@extends('layouts.dashboard.superadminapp') @section('title', 'GRN Details') @section('content')
| Sl No | Description | Qty | Unit | Date | Supplier | Remarks |
|---|---|---|---|---|---|---|
| {{ $product->sl_no }} | {{ $product->description ?? '-' }} | {{ number_format($product->quantity, 2) }} | {{ $product->unit ?? '-' }} | {{ $product->date ? \Carbon\Carbon::parse($product->date)->format('d M Y') : '-' }} | {{ $product->supplier ?? '-' }} | {{ $product->remarks ?? '-' }} |
| No Product Rows Found | ||||||