@extends('layouts.master') @section('sidebar') @parent

This is appended to the master sidebar.

@stop @section('content')

🔔 Notifications

{{-- --}} @foreach ($notifications as $notif) @php if ($notif->status == 1) { $rowClass = 'status-read'; } else { $rowClass = 'status-unread'; } @endphp @endforeach
Message DateStatutAction
{{ $notif->contenu }} {{ $notif->created }} @if ($notif->status === 1) ✓ Lue @else {{--
@csrf
--}} @endif