@extends('layouts.dashboard.superadminapp') @section('title', 'Edit GRN Order') @section('styles') @endsection @section('content')

UEPL | Edit Goods Received Note

day, 00 month 0000
@if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif
Edit Goods Received Note
Back to List
@csrf
@if($grn->challan_file) Current: View @endif

Product Details
@foreach($grn->products as $index => $product) @endforeach
Sl No. Description Quantity UOM Date Supplier Remarks
{{ $index + 1 }}

Back
@endsection