| Sr No | {{--Type * | --}}Item Name * | Manufacturer * | Qty * | Unit * | Amount | Action |
|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{----}} |
@if ($errors->has('medicine_id.' . $li))
{{ $errors->first('medicine_id.' . $li) }}
@endif
|
@if ($errors->has('manufacturer_id.' . $li))
{{ $errors->first('manufacturer_id.' . $li) }}
@endif
|
@if ($errors->has('quantity.' . $li))
{{ $errors->first('quantity.' . $li) }}
@endif
|
@if ($errors->has('unit_id.' . $li))
{{ $errors->first('unit_id.' . $li) }}
@endif
|
@if ($errors->has('amount.' . $li))
{{ $errors->first('amount.' . $li) }}
@endif
|