| # | Medicine Type * | Medicine * | Batch No * | Info | Qty * | {{--Unit * | --}}Remarks | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{-- Medicine Type --}}@error('medicine_type_id.' . $key) {{ $message }} @enderror | {{-- Medicine --}}@error('medicine_id.' . $key) {{ $message }} @enderror | {{-- Batch --}}@error('batch_no.' . $key) {{ $message }} @enderror | {{-- Info --}}
@if (isset($batchInfo[$key]))
{{--
@else
—
@endif
Type: {{ $batchInfo[$key]['type'] ?? '-' }} --}}
Category: {{ $batchInfo[$key]['category'] ?? '-' }}
unit: {{ $batchInfo[$key]['unit'] ?? '-' }}
Available Qty: {{ $batchInfo[$key]['available_qty'] ?? 0 }}
@if (!empty($batchInfo[$key]['distributor']))
Distributor: {{ $batchInfo[$key]['distributor'] ?? '-' }}
@endif
MFG: {{ $batchInfo[$key]['mfg_date'] ?? '-' }}
EXP: {{ $batchInfo[$key]['exp_date'] ?? '-' }}
|
{{-- Qty --}}
@error('qty.' . $key) {{ $message }} @enderror | {{-- Unit --}} {{--@error('unit_id.' . $key) {{ $message }} @enderror | --}} {{-- Remarks --}}{{-- Action --}} | @if (count($lists) > 1) @endif |