@lang('dashboard_sidebar.home')
{{ session()->get('message') }}
@endif@lang('dashboard_banks.fast_operations')
@isset($currentBank)
@lang('dashboard_banks.back')
{{$currentBank->name}}
@endisset@lang('dashboard_banks.new_bank')
@lang('dashboard_banks.add_bank_transfer')
@lang('dashboard_banks.Pay_Credit_Account')
@php
$count = count($parents->slice(0,6));
if(Route::currentRouteName() == 'dashboard.banks.all.banks'){
$count = count($parents);
}
@endphp
@for($i=0 ; $i < $count;$i++)
{{-- {{ dd($parents->slice(0,6)) }} --}}
@endfor
@if(count($parents->slice(0,6))%2 !==0)
@endif
{{--
{{-- كل
البنوك --}}
--}}
@if(Route::currentRouteName() != 'dashboard.banks.all.banks')
@endif
{{--
--}}
{{-- --}}
{{--
@endif
{{-- @include("dashboard.components.footer"); --}}
@endsection
@section('custom_script')
@endsection --}}
{{--
--}}
{{-- {{ $errors }} --}}
@if(Route::currentRouteName() != 'dashboard.banks.all.banks')
@lang('dashboard_banks.last_operations')
@lang('dashboard_banks.report_last_operations') .
{{ $moves->links() }}
@endif