@include('layouts.partials.breadcrumb', ['title' => 'Trainer'])
@endsection
@push('js')
@endpush
S.N | Full Name | Phone | Shift | Start Date | End Date | Action | |
---|---|---|---|---|---|---|---|
{{ $index + 1 }} | {{ $item->first_name }} {{ $item->last_name }} | {{ $item->phone }} | {{ $item->email }} | {{ $item->shift }} | {{ Carbon::parse($item->start_date)->format('h:i A') }} | {{ Carbon::parse($item->end_date)->format('h:i A') }} |