@extends('layouts.app') @section('title', 'تفاصيل فاتورة البيع #'.$sale->id) @section('page_heading', 'تفاصيل فاتورة البيع #'.$sale->id) @section('content')
| {{ $h }} | @endforeach|||
|---|---|---|---|
| {{ $item->product?->name ?? 'منتج محذوف' }} | {{ $item->quantity }} | {{ number_format($item->price, 2) }} | {{ number_format($item->total, 2) }} |