@extends('layouts.app') @section('title', $branch->name) @section('page-title', $branch->name) @section('content')
{{ $branch->code }} @if($branch->city)· {{ $branch->city }}@endif @if($branch->manager_name)· {{ $branch->manager_name }}@endif
| Invoice | Customer | Amount (USD) | Date |
|---|---|---|---|
| {{ $sale->invoice_number }} | {{ $sale->customer?->name ?? 'Walk-in' }} | ${{ number_format($sale->total_usd, 2) }} | {{ $sale->sale_date->format('M j, H:i') }} |
| No sales recorded yet. | |||
No sales this month yet.