@extends('admin.layouts.master') @section('title', 'إدارة المصروفات') @section('css') @endsection @section('content')
@include('admin.partials.page-header', [ 'title' => 'إدارة مصروفات التشغيل', 'breadcrumbs' => $breadcrumbs, 'actions' => $actions, ]) @include('admin.partials.alerts')

إجمالي المصروفات

{{ $reportSummary['total'] }}

الإجمالي

{{ number_format($reportSummary['totalAmount'], 2) }} ر.س

المصروفات
# التاريخ البيان الفرع المبلغ العمليات
@endsection @section('js') @endsection