@extends('layouts.squelette') @section('css_header') @endsection @section('titre') {{ __("Notifications") }} @endsection @section('titre_header') {{ __("Notifications") }} @endsection @section('titre_page') {{ __("Liste") }} @endsection @section('contenu')
| {{ __("Quand") }} | {{ __("Description") }} | {{ __("Action") }} |
|---|---|---|
| {{$item->created_at->diffForHumans()}} | {!! $item->data['desc'] !!} | Voir |
| {{ __("Quand") }} | {{ __("Description") }} | {{ __("Action") }} |
|---|---|---|
| {{$item->created_at->diffForHumans()}} | {!! $item->data['desc'] !!} | Voir |