{{-- section --}}
{{-- submenu --}} {{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- topRow --}}
{{-- newButon --}}
{{-- search --}}
{{-- users --}}
{{-- totalCount --}}

{{ $reportFiles?->total() }}

{{-- end topRow --}} {{-- ------------------------------------------------------------------ --}} {{-- ------------------------------------------------------------------ --}} {{-- content --}}
{{-- loop - reportFiles --}} @foreach ($reportFiles ?? [] as $reportFile)
{{-- client --}}

{{$reportFile->client->{__('name')} }}

{{-- ------------------------------------ --}} {{-- ------------------------------------ --}} {{-- wrapper --}}
{{-- 1: serials --}}
{{-- 1.1: reportDate --}}

{{ date('d / m / Y', strtotime($reportFile->reportDate)) }}

{{-- 1.2: client - reportNumber --}}

{{ $reportFile?->client?->serial }} / {{ $reportFile?->reportNumber }}

{{-- ------------------------------ --}} {{-- ------------------------------ --}} {{-- 2: chequeAmount --}}
{{-- subtitle --}}

{{__('Amount')}}

{{-- amount --}} {{ $reportFile?->chequeAmount }}({{__('AED')}})
{{-- endWrapper --}} {{-- --------------------------------- --}} {{-- --------------------------------- --}} {{-- wrapper --}}
{{-- operation --}} {{-- information --}}
{{-- --------------------------------- --}} {{-- --------------------------------- --}} {{-- actionsWrap --}}
{{-- 1: view --}} {{__('View')}} {{-- 2: operation --}} {{__('Operation')}} {{-- 3: tasks --}} {{__('Tasks')}} {{-- 4: documents --}} {{__('Docs')}} {{-- 5: remove --}}
{{-- endWrap --}}
@endforeach {{-- end loop --}} {{-- ---------------------------------- --}} {{-- ---------------------------------- --}} {{-- paginateLinks --}}
{{ $reportFiles->links() }}
{{-- end container --}} {{-- ----------------------------------------------------- --}} {{-- ----------------------------------------------------- --}} {{-- selectHandle --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}} {{-- :: modals --}} @section('modals') {{-- 1: createReportFile --}} @endsection {{-- endSection --}} {{-- ------------------------------------------------- --}} {{-- ------------------------------------------------- --}}
{{-- end section --}}