Create Indent Requisition

@error('date') {{ $message }} @enderror

Items
@foreach ($medicine_id as $index => $value) @endforeach
Medicine * Quantity * Unit * Action
@error('medicine_id.' . $index) {{ $message }} @enderror @error('quantity.' . $index) {{ $message }} @enderror @error('medicine_unit_id.' . $index) {{ $message }} @enderror
@if ($errors->has('health_post_id'))
{{ $errors->first('health_post_id') }}
@endif
@push('scripts') @endpush