@extends('layouts.admin') @section('title', 'Commission Report') @section('content')
| Restaurant | Total Orders | Total Commission |
|---|---|---|
| {{ $row->restaurant->name ?? '-' }} | {{ $row->total_orders }} | ₹{{ number_format($row->total_commission, 2) }} |
| No data for this range. | ||