@if (auth()->user()->readNotifications->where('type','!=','App\Notifications\\AddIntMessage')->count())
{{auth()->user()->readNotifications->where('type','!=','App\Notifications\\AddIntMessage')->count()}}
@endif
@if (!auth()->user()->unreadNotifications->where('type','!=','App\Notifications\\AddIntMessage')->count())
Vider
@endif
| {{ __('Quand') }} |
{{ __('Type') }} |
{{ __('Description') }} |
{{ __('Action') }} |
@foreach ($lues as $item)
| {{$item->created_at->diffForHumans()}} |
@switch($item->data['type'])
@case('create_user')
Création nouvel utilisateur
@break
@case('add_proQuo_presta')
Ajout d'un devis par un prestataire
@break
@case('int_planification_presta')
Planification d'une intervention par un prestataire
@break
@case('int_realisation_presta')
Validation réalisation d'une intervention par le prestataire
@break
@case('add_int_site')
Nouvelle demande d'intervention site
@break
@endswitch
|
{!! $item->data['desc'] !!} |
Voir |
@endforeach