@if (is_null($whas) || empty($whas))
@else
{{-- --}}
Currently No Information Available!
{{-- whas Table goes here --}}
Sl# | Date | Floor | Line | Buyer | Style | Item | Actions | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ ++$sl }} | {{ \Carbon\Carbon::parse($whas->date)->format('d-M-Y') }} |
Floor {{ $whas->floor }} - {{ $whas->buyer }}, {{ $whas->style }}, {{ $whas->item }},{{ $whas->line }} - {{ \Carbon\Carbon::parse($whas->date)->format('d-M-Y') }}
@php
$whasLines = DB::table(
'working_hour_allocations',
)
->where('floor', $whas->floor)
->where('buyer', $whas->buyer)
->where('style', $whas->style)
->where('item', $whas->item)
->where('line', $whas->line)
->distinct('start_time', 'end_time')
->get();
// dd($whasLines);
@endphp
Alter Data
Reject Data
|
{{ $whas->line }} | {{ $whas->buyer }} | {{ $whas->style }} | {{ $whas->item }} | @can('QC-EDIT') @endcan |