@extends('layouts.app') @section('title', 'Supplier Details') @section('content')
Supplier Details
No products found for this supplier
| Date | Product | Quantity | Purchase Price |
|---|---|---|---|
| {{ $entry->date ? \Carbon\Carbon::parse($entry->date)->format('M d, Y') : 'N/A' }} | @if($entry->product) {{ $entry->product->name }} @else N/A @endif | {{ $entry->quantity }} | BDT {{ number_format($entry->purchase_price ?? 0, 2) }} |
No stock entries found