@extends('layouts.app') @section('title', 'Supplier — '.$supplier->name) @section('actions') Edit @endsection @section('content')
| Date | Ingredient | Qty | Unit Price | Total Price |
|---|---|---|---|---|
| {{ $e->date->format('d M Y') }} | {{ $e->ingredient->name ?? '—' }} | {{ \App\Models\Ingredient::trimNum($e->quantity) }} {{ $e->unit }} | {{ number_format($e->unit_price, 2) }} | {{ number_format($e->total_price, 2) }} |
| No stock entries from this supplier. | ||||