@extends('dashboard.layout.layout') @section('balances') @section('content')

{{ number_format($transactionsSum, 2) }}

შემოსავალი ამ თვეში

{{ number_format($sum, 2) }}

ამ თვის ხარჯი

{{ number_format($blockBalance, 2) }}

კორპუსის ბალანსი

{{ $unpaidSum > 0 ? '-' : '' }}{{ number_format($unpaidSum, 2) }}

გადასახდელი თანხა

{{ number_format($depositBalance, 2) }}

კორპუსის დეპოზიტი

{{ number_format(auth()->user()->combined_balance, 2) }}

თქვენი პირადი ბალანსი

send_message) checked @endif />
@if (auth()->user()->isManager())
@include('dashboard.users._headProfilePartial', [ 'user' => $user, 'acc' => $user->accounts()->first(), ])
@endif
@can('see.payments')

ჩარიცხვები

@foreach ($blockUsers as $list) @endforeach
აბონენტის ნომერი აბონენტი სტატუსი სააბონენტო ბალანსი ჩარიცხული თანხა
{{ $list->account_number }} {{ $list->name }} {!! getStatus($list->status, $list->alwaysOn, $list->alwaysOff, $list->alwaysOnPhone, $list->alwaysOffPhone) !!} {{ $list->amount }} {{ $list->combined_balance . ' ₾' }} {{ $list->transactions_sum_amount ?? 0 }}
@endcan @if (auth()->user()->isUser())
@include('dashboard.users._headProfilePartial', [ 'user' => $user, 'acc' => $user->accounts()->first(), ])
@endif @can('see.archive')

არქივი

@endcan

{{ auth()->user()->isAdmin() ? 'მონაცმების შეცვლა' : 'მონაცემები' }}

@csrf @method('patch')
user()->isAdmin() ? '' : 'disabled' }}>
user()->isAdmin() ? '' : 'disabled' }}>
user()->isAdmin() ? '' : 'disabled' }}>
@if (auth()->user()->isAdmin()) @endif

პაროლის შეცვლა

@csrf @method('patch')
@if (auth()->user()->hasRole('Admin')) @elseif (auth()->user()->hasRole('Manager')) @else
@endif
@can('see.currentMonth')

ამ თვის ხარჯთაღრიცხვა

@csrf

ცხრილი 1

@for ($i = 1; $i <= 10; $i++) @endfor @for ($i = 1; $i <= 10; $i++) @endfor @for ($i = 1; $i <= 10; $i++) @endfor @for ($i = 1; $i <= 10; $i++) @endfor

ცხრილი 2

@for ($i = 11; $i <= 20; $i++) @endfor @for ($i = 11; $i <= 20; $i++) @endfor @for ($i = 11; $i <= 20; $i++) @endfor @for ($i = 11; $i <= 20; $i++) @endfor
@if (!empty($bill->added_third_table) && $bill->added_third_table)

ცხრილი 3

@for ($i = 21; $i <= 30; $i++) @endfor @for ($i = 21; $i <= 30; $i++) @endfor @for ($i = 21; $i <= 30; $i++) @endfor @for ($i = 21; $i <= 30; $i++) @endfor
@endif
@endcan
@endsection @push('scripts') @endpush