@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') CC Reconciliation @stop @section('content')
@if(isset($data['error_msg'])) {{$data['error_msg']}} @endif @if(isset($success_msg)) {{$success_msg}} @endif View CC Reconciliation Files

calendar

calendar

Note: You can filter by a list of emails separated by comma.


Warning: Undefined variable $params in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 63

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 63
>
Warning: Undefined variable $params in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 66

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 66
>
Warning: Undefined variable $params in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 69

Warning: Trying to access array offset on value of type null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 69
>

Periodicity filter only works with dates after 2023/07/08.

Reset To Default

CC Statments not invoiced

@if(!is_null($data['cc_not_invoiced']) && count($data['cc_not_invoiced'])>0) @foreach($data['cc_not_invoiced'] as $row)
Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 253

Warning: Attempt to read property "amount" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/ccreconciliation.blade.php on line 253
@endforeach @else @endif
Envelope Number Firm Name Jurisdiction Client Reference Number Case Name Case Number Submission Date Filer Filer Email Filing Type Filing Status CC Amount
{{ $row->envelope_id }} {{ $row->firm_name }} {{ $row->jurisdiction }} {{ $row->client_ref_no }} {{ $row->case_name }} {{ $row->case_no }} {{ date('Y/d/m H:i:s', strtotime($row->submission_date)) }} {{ $row->filer }} {{ $row->filer_email }} {{ $row->filing_type }} {{ $row->filing_status }} ${{ $row->amount }}
Total: ({{count($data['cc_not_invoiced'])}} records) ${{number_format($total_amount, 2, '.', '');}}
No results to display
@stop @section('scripts_bottom') @stop