@section('title') Welcome, {{ auth()->user()->name }} @endsection

{{ $title ?? 'Event Records' }}

{!! getIcon('magnifier', 'fs-3 position-absolute ms-2 mt-3') !!}
{{ __('No.') }} {{ __('Event ID') }} {{ __('Event Name') }} {{ __('Created Date') }} {{ __('Event Date') }} {{ __('Venue') }} {{ __('Location') }} {{ __('Created By') }} {{ __('Registration Status') }} {{ __('Event Status') }} {{ __('Action') }}
@push('scripts') @endpush