Filter by
All staff {{$staff->count()}}
| ID | Name | Action | |
|---|---|---|---|
| {{$row->id}} | {{$row->user->name ?? ''}} | {{$row->user->email ?? ''}} | {!! link_to_route('staff.edit', 'Edit', $parameters = [$row->id], $attributes = ['class' => 'btn btn-primary f07']) !!} |