|
@php($check = in_array($lot->id, $allocations)? 'checked': '')
|
{{($loop->iteration)}} |
{{$lot->lot_number}} |
{{$lot->expiration_date}} |
@if($type=='allocate')
{{number_format($lot->allocated_qty)}}
|
@else
{{$lot->halfday}} |
{{$lot->month6day}} |
@endif
quantity}} >
{{number_format($lot->quantity)}}
|
@endforeach