@extends('admin.layouts.master') @section('title', 'تقرير حسب الفرع') @section('content')
| # | الفرع | عدد التصاريح | إجمالي التحصيلات | إجمالي المتبقي |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row['branch']->name }} | {{ $row['permit_count'] }} | {{ number_format((float)$row['collections'],2) }} | {{ number_format((float)$row['remaining'],2) }} |
| لا توجد بيانات | ||||