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

Bulletins List

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