@extends('layouts.admin') @section('title', $branch->name) @section('content')
{{ $branch->code }} · {{ ucfirst($branch->status) }} · {{ ucfirst($branch->settlement_cycle) }} settlement
| Order | Store | Status | Total | Branch Commission |
|---|---|---|---|---|
| {{ $order->order_number }} | {{ $order->restaurant?->name }} | {{ ucfirst($order->status) }} | {{ number_format($order->total, 2) }} | {{ number_format($order->branch_commission, 2) }} |
| No orders yet. | ||||