@lang('hr.staff_list')

@foreach($staffs as $value) @endforeach
@lang('hr.staff_no'). @lang('common.name') @lang('hr.role') @lang('hr.departments') @lang('hr.designation') @lang('common.mobile') @lang('common.email') @lang('common.action')
{{$value->staff_no}} {{$value->first_name}} {{$value->last_name}} {{$value->roles!=""?$value->roles->name:""}} {{$value->departments!=""?$value->departments->name:""}} {{$value->designations!=""?$value->designations->title:""}} {{$value->mobile}} {{$value->email}}
@include('backEnd.partials.data_table_js')