@extends('layout') @section('pageCss') @endsection @section('pageScripts') @include('admin.database.scripts.custom_policies') @endsection @section('title') Employees @endsection @section('actions')
| # | Name | Employee ID | Company Email | Department | Group | Scope | Actions | |||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index++ }} | {{ $item->name }} | {{ $item->employee_id }} | {{ $item->company_email }} | {{ $item->department_name }} | {{ $item->group_name }} | {{ $item->active? 'A': 'D' }} {{ $item->role_id=='1'?'E':'H' }} |
|
@if($item->can_alter &&$item->id != \Auth::user()->id)
|||||||||||||||||||
|
@if($item->active)
@endif
@if(count($item->familyMembers)>0)
Current family members
|
||||||||||||||||||||||||||