@include('backend.header')

Staff

@foreach($staffList as $staff) @endforeach
Name Role Gender Mobile Email Address Created By Action
{{ $loop->iteration }} {{ $staff->name }} {{ $staff->type ?? 'N/A' }} {{ $staff->gender }} {{ $staff->mobileno }} {{ $staff->email }} {{ $staff->address }} {{ $staff->created_by }}
@include('backend.footer')