@extends('layouts.layout') @section('content')
@if($current_employee_designationid==3||$current_employee_designationid==30||$current_employee_designationid==11||$current_employee_designationid==10)
@else
@endif @if($current_employee_designationid==3||$current_employee_designationid==30||$current_employee_designationid==11||$current_employee_designationid==10) @endif @foreach ($employee1 as $emp) @if($current_employee_designationid==3||$current_employee_designationid==30||$current_employee_designationid==11||$current_employee_designationid==10) @endif @endforeach
S.No Resigning Employee Emp id Location Designation Reason DOJ DOR StatusAction
{{$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==3) Terminated @endif
@endsection