@extends('layouts.master') @section('css') @endsection @section('title') {{ __('home.general_budget') }} @endsection @section('page-header')
@endsection @section('content') @if (count($errors) > 0)| اسم الحساب | الرصيد |
|---|---|
| {{ $account->name }} | {{ number_format($account->current_balance ?? 0, 2) }} |
| لا توجد أصول مضافة | |
| اسم الحساب | الرصيد |
|---|---|
| {{ $account->name }} | {{ number_format($account->current_balance ?? 0, 2) }} |
| لا توجد خصوم مضافة | |
| اسم الحساب | الرصيد |
|---|---|
| {{ $account->name }} | {{ number_format($account->current_balance ?? 0, 2) }} |
| لا توجد حسابات حقوق ملكية مضافة | |