{{-- resources/views/reports/sales.blade.php --}} @extends('layouts.app') @section('title','Sales Report — BlueBando v3') @section('content') @php $currency = config('bluebando.currency','TZS'); @endphp
| Tarehe | Idadi ya Orders | Jumla ya Mauzo ({{ $currency }}) |
|---|---|---|
| {{ \Illuminate\Support\Carbon::parse($row->sale_date)->format('Y-m-d') }} | {{ number_format($row->total_orders) }} | {{ number_format($row->total_amount) }} |