Approve Return Stock Items Approve Return Stock Items
@csrf

Return Stock: {{ $returnStock->return_stock_no }}

Health Center: {{ $returnStock->healthPost->health_post_name ?? 'N/A' }}

@foreach($returnStock->items as $index => $item) @endforeach
Sr No Medicine Batch No Qty Unit Remarks Status *
{{ $index + 1 }} {{ $item->medicine->name ?? '' }} {{ $item->batch_no }} {{ $item->qty }} {{ $item->unit->unit ?? '' }} {{ $item->remarks }}