Working Hour Allocation Data List Working Hour Allocation Data
@if (is_null($whas) || empty($whas))

Currently No Information Available!

@else {{-- --}}
Back @can('QC-CURD') @endcan Today Data
{{-- whas Table goes here --}} @php $sl=0 @endphp {{-- @dd($whas); --}} @foreach ($whas as $key => $whas) @endforeach
Sl# Date Floor Line Buyer Style Item Actions
{{ ++$sl }} {{ \Carbon\Carbon::parse($whas->date)->format('d-M-Y') }} {{ $whas->line }} {{ $whas->buyer }} {{ $whas->style }} {{ $whas->item }} @can('QC-EDIT')
@csrf @method('DELETE')
@endcan
@endif