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

UEPL | Goods Received Note

{{ now()->format('l') }}, {{ now()->format('d') }} {{ now()->format('F') }} {{ now()->format('Y') }}
{{ now()->format('h:i:s A') }}
@if(session('success')) @endif @if(session('error')) @endif @if ($errors->any()) @endif
Create Goods Received Note
Back to List
@csrf

Product Details
Sl No. Description Quantity UOM Date Supplier Remarks
1

Back
@endsection