@extends('layouts.master') @section('css') @endsection @section('content')

Event coordinators ({{ $eventCoordinators->total() }})

filter) value="{{ $request->filter }}" @endif>
{{--
--}}
@if (count($eventCoordinators) > 0) @php $i = $eventCoordinators->perPage() * ($eventCoordinators->currentPage() - 1) + 1; @endphp @foreach ($eventCoordinators as $eventCoordinator) @php $admin = $eventCoordinator->admin; @endphp @endforeach @else @endif
Sr. No Name Contact Email Password Action
{{ $i++ }} {{ $admin->name ?? '-' }} {{ $admin->full_mobile_number ?? '-' }} {{ $admin->email ?? '-' }} {{ $admin->pin ?? '-' }}
No Data Found
{{ $eventCoordinators->appends(Request::all())->links() }}
@endsection @section('js') @endsection