@if(Auth::check()) @include('partial.sidebar') @endif

@yield('breadcrumb')

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