@extends('layouts.layout') @section('content')
@php $si=0; @endphp @if($employee!="" && count($employee)>0) @foreach($employee as $employeelist) @php $si++; @endphp @endforeach @endif
Si Name Emp id Location Designation Department Report To DOJ Status Action
{{$si}} {{$employeelist->username}} @if($devices!="" && count($devices)) @endif @if($designation!="" && count($designation)) @endif @if($department!="" && count($department)) @endif @if($employee1!="" && count($employee1)) @endif @if($employeelist->DOJ && $employeelist->DOJ!="")
@else
@endif
@endsection