@extends('layouts.admin', ['title' => 'موجودی حساب‌های بانکی']) @section('content')

موجودی حساب‌های بانکی ({{ number_format($bankBalance, 0, '', ',') }} تومان) بازگشت

ایجاد حساب جدید
@if(count($dataOfficial)==0 && count($dataUnofficial)==0) @else

حساب‌ رسمی ( {{ number_format($bankBalanceOfficial, 0, '', ',') }} تومان)

@foreach($dataOfficial as $item) @endforeach
عنوان حساب موجودی
{{ $item->title }} {{ number_format($item->amount, 0, '', ',') }} ویرایش لاگ
{!! $dataOfficial->links() !!}

حساب‌ غیر رسمی ( {{ number_format($bankBalanceUnofficial, 0, '', ',') }} تومان)

{{-- --}} @foreach($dataUnofficial as $item) {{-- --}} {{-- --}} @endforeach
عنوان حساب موجودیکاربر ثبت کننده کاربر ویرایش کننده
{{ GetShamsiDateWithoutTime( $item->rdate) }}{{ $item->title }} {{ number_format($item->amount, 0, '', ',') }}{{ $item->User->fist_name . ' ' . $item->User->last_name . ' (' . $item->User->mobile . ' )' }} {{ $item->EditedByUser ? $item->EditedByUser->fist_name . ' ' . $item->EditedByUser->last_name . ' (' . $item->EditedByUser->mobile . ' )' : '' }} ویرایش لاگ
{!! $dataUnofficial->links() !!}
@endif @stop