@extends('admin.layouts.master') @section('title', 'الميزانية العمومية') @section('content')
بتاريخ: {{ \Carbon\Carbon::parse($asOfDate)->format('Y/m/d') }}
| الحساب | الرصيد |
|---|---|
| {{ $acc->account_number ?? '' }} {{ $acc->name ?? '' }} | {{ number_format((float)($acc->balance ?? 0), 2) }} |
| لا توجد بيانات | |
| إجمالي الأصول | {{ number_format($report['assets']['total'], 2) }} |
| الحساب | الرصيد |
|---|---|
| {{ $acc->account_number ?? '' }} {{ $acc->name ?? '' }} | {{ number_format((float)($acc->balance ?? 0), 2) }} |
| لا توجد بيانات | |
| إجمالي الخصوم | {{ number_format($report['liabilities']['total'], 2) }} |
| الحساب | الرصيد |
|---|---|
| {{ $acc->account_number ?? '' }} {{ $acc->name ?? '' }} | {{ number_format((float)($acc->balance ?? 0), 2) }} |
| لا توجد بيانات | |
| إجمالي حقوق الملكية | {{ number_format($report['equity']['total'], 2) }} |