@section('title', 'Staffs') {{ __('Staffs List') }}
Our All Staffs
Showing {{ ($staffs->currentPage() - 1) * $staffs->perPage() + ($staffs->total() ? 1 : 0) }} to {{ ($staffs->currentPage() - 1) * $staffs->perPage() + count($staffs) }} of {{ $staffs->total() }} Results
@foreach ($staffs as $row) @endforeach
Picture Name designation Action
{{ $row->name }} {{ $row->name }} {{ $row->designation }}
{{ $staffs->appends(request()->except('page'))->links() }}