@extends('layouts.app') @section('style') @endsection @section('content')
@if((isset($data)) && (count($data) > 0)) @foreach($data as $value) @endforeach @endif
ID Name Employee ID Employee type Status In Time
{{ $loop->iteration }} {{ $value['emp_name'] ?? '' }} {{ $value['emp_id'] ?? '' }} {{ $value['emp_type'] ?? '' }} {{ $value['status'] ?? '' }} {{ $value['in_time'] ?? '00:00' }}
@endsection @section('script') @endsection