{{trans('file.Image')}} | {{trans('file.name')}} | {{trans('file.Email')}} | {{trans('file.Phone Number')}} | {{trans('file.Department')}} | {{trans('file.Address')}} | {{trans('file.Staff Id')}} | {{trans('file.action')}} | ||
---|---|---|---|---|---|---|---|---|---|
{{$key}} |
| No Image | {{ $employee->name }} | {{ $employee->email}} | {{ $employee->phone_number}} | {{ $department->name }} | {{ $employee->address}} @if($employee->city){{ ', '.$employee->city}}@endif @if($employee->state){{ ', '.$employee->state}}@endif @if($employee->postal_code){{ ', '.$employee->postal_code}}@endif @if($employee->country){{ ', '.$employee->country}}@endif | {{ $employee->staff_id }} |
|