@yield('breadcrumb')
@if(Auth::user()->role =='admin')
@foreach(getNotification()['data'] as $data)
@if($data->type=='formule')
@else
@endif
@endforeach
@if(getNotification()['count']==0)
@endif
@if(getNotification()['count']!=0)
@endif
@endif
Notifications
{{$data->message}}
{{getTimePaste($data->created_at)}}
Aucune notification
Voir Plus
@yield('content')