@use('App\General\Classes\PublicConstant') @extends('layouts.app') @section('title', 'Events') @section('main')

Events

All Events

{{-- --}}
New
@foreach ($Events as $Event) @endforeach
# Title Active Forms Actions
{{$loop->index + 1}} {{$Event->title}}
@csrf @method('PATCH') @if($Event->is_active) @else @endif
{{$Events->links()}}
@endsection