@extends('layouts.app') @section('content')
{{ $customer->name }} — {{ $customer->phone ?? 'No phone' }}
| Date | Sale ID | Items | Total Amount |
|---|---|---|---|
| {{ $sale->created_at->format('d M Y') }} | #{{ $sale->id }} |
|
{{ number_format($sale->total_amount, 2) }} |