@extends('home.partial.layout') @section('content') @php use Carbon\Carbon; @endphp

Employees Presence Report

@if(NULL!=$employees)
@endif
@csrf
@if(NULL!=$employees)
@foreach($employees as $emp) @endforeach

Employees Presence Report

SL. No. Employee No. Name Timing
{{$loop->iteration}} {{$emp['employee_no']}} {{$emp['employee_fullname']}} @if(NULL!=$emp['timing']) @foreach($emp['timing'] as $eahatt) {{$eahatt}}
@endforeach @endif
@endif
@endsection