Staff List

Staffs Record list on table. Filter list using the search box as you wish.
{!! Form::open(['route' => $base_route.'.bulk-action', 'id' => 'bulk_action_form']) !!} @if (isset($data['staff']) && $data['staff']->count() > 0) @php($i=1) @foreach($data['staff'] as $staff) @php($i++) @endforeach @else @endif
{{ __('common.s_n')}} Name Position Email Phone {{ __('common.status')}}
{{ $i }} {{ $staff->name }} {{ $staff->position }} {{ $staff->email }} {{ $staff->cell_1 }}
No Staffs data found. Please Filter Staffs to show.
{!! Form::close() !!}