@extends('layouts.admin') @section('title', 'Sales Report') @section('page-title', 'Sales Report') @section('content')
| Branch | Orders | Total sales |
|---|---|---|
| {{ $row->branch->name ?? '—' }} | {{ $row->orders_count }} | {{ number_format($row->total_sales ?? 0, 2) }} |
| No data. | ||