@include('partials.page-title', ['pagetitle' => 'Form', 'subtitle' => 'Codissa', 'title' => 'Notification'])
@csrf

Notification List

@if($notification->count() > 0) @foreach($notification as $event) @endforeach @else @endif
# Name Image Date Created at Updated at Action
{{ $loop->iteration + ($notification->currentPage() - 1) * $notification->perPage() }} {{ $event->name }} @if($event->image) {{ $event->name }} @else No Image @endif {{ $event->date }} {{ $event->created_at }} {{ $event->updated_at }}
No notification found.
{{ $notification->links() }}