@extends('layouts.layout') @section('content')
| S.No | Resigning Employee | Emp id | Location | Designation | Reason | DOJ | DOR | Status | @if($current_employee_designationid==3||$current_employee_designationid==30||$current_employee_designationid==11||$current_employee_designationid==10)Action | @endif
|---|---|---|---|---|---|---|---|---|---|
| {{$i}} | {{$emp->name}} | {{$emp->username}} | @if($devices!="" && count($devices)) @foreach($devices as $deviceslist) @if($emp->location_id==$deviceslist->DeviceId){{$deviceslist->DeviceFName}}@endif @endforeach @endif | {{$emp->Designation}} | {{$emp->reason}} | {{$emp->DOJ->format('d/m/Y')}} | {{$emp->DOR->format('d/m/Y')}} | @if($emp->status==2) Resigned @endif | @if($current_employee_designationid==3||$current_employee_designationid==30||$current_employee_designationid==11||$current_employee_designationid==10)@endif |