@extends('branches.branch_navbar') @section('content') @php $total = (float)($branchTotalAmount ?? 0); $paid = (float)($branchPaidAmount ?? 0); $rem = (float)($branchRemainingAmount ?? 0); $pct = $total > 0 ? round(($paid / $total) * 100) : 0; @endphp
Your customers, orders, and billing summary.