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

Edit Goods Received Note

{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
{{ now()->format('h:i:s A') }}
@csrf
GRN Information
@if($grn->challan_file) View Current Challan @endif
Company/Vendor Details
Additional References
Product Details
@foreach($grn->products as $index => $product) @endforeach
Sl No. Description Quantity UOM Date Supplier Remarks
{{ $index + 1 }}
Back to List
@endsection