@extends('layout.index') @section('title', 'Events List') @section('content') Events List Home Events Events List @if ($message = Session::get('success')) {{-- --}} {{ $message }} × @endif @csrf Name Start Date End Date Search @if (!empty($Name) || !empty($startDate) || !empty($endDate)) Clear Search @endif Add Event Sr.No Logo Name Start Date End Date Verification Status Add Athelete Action @php $i = $Offset; @endphp No Record Found. {{ $Paginator->links() }} Leaderbord Filter Criteria Close @endsection