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

calendar

calendar

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

Reset To Default

Cases included in Tyler Statments but with different amount

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

Warning: Attempt to read property "total_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 114

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 115

Warning: Attempt to read property "nfrc_total_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 115

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 116

Warning: Attempt to read property "tyler_total_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 116
@endforeach @else @endif
Envelope Number Firm Name Jurisdiction Client Reference Number Case Name Case Number Processed Date Filer Filer Email Filing Type Filing Status MFR Total Fees MFR NFRC Total Fees Tyler Total Fees
{{ $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->processed_date)) }} {{ $row->filer }} {{ $row->filer_email }} {{ $row->filing_type }} {{ $row->filing_status }} ${{ $row->total_fees }} ${{ $row->nfrc_total_fees }} ${{ $row->tyler_total_fees }}
Total: ({{count($data['different_amounts'])}} records) ${{number_format($total_fees, 2, '.', '');}} ${{number_format($total_nfrc_fees, 2, '.', '');}} ${{number_format(($total_tyler_fees), 2, '.', '');}}
No results to display

Cases not included in Tyler Statments

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

Warning: Attempt to read property "total_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 205

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 206

Warning: Attempt to read property "nfrc_total_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 206

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 207

Warning: Attempt to read property "provider_tax_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 207

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 208

Warning: Attempt to read property "provider_service_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 208

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 209

Warning: Attempt to read property "court_service_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 209

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 210

Warning: Attempt to read property "service_tax_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 210

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 211

Warning: Attempt to read property "filing_service_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 211

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 212

Warning: Attempt to read property "court_filing_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 212

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 213

Warning: Attempt to read property "court_case_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 213

Warning: Undefined variable $row in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 214

Warning: Attempt to read property "convenience_fees" on null in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/superAdmin/tylerreconciliation.blade.php on line 214
@endforeach @else @endif
Envelope Number Firm Name Jurisdiction Client Reference Number Case Name Case Number Processed Date Filer Filer Email Filing Type Filing Status Total Fees NFRC Total Fees Provider Tax Fees Provider Service Fees Court Service Fees Service Tax Fees Filing Service Fees Court Filing Fees Court Case Fees Convenience Fees
{{ $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->processed_date)) }} {{ $row->filer }} {{ $row->filer_email }} {{ $row->filing_type }} {{ $row->filing_status }} ${{ $row->total_fees }} ${{ $row->nfrc_total_fees }} ${{ $row->provider_tax_fees }} ${{ $row->provider_service_fees }} ${{ $row->court_service_fees }} ${{ $row->service_tax_fees }} ${{ $row->filing_service_fees }} ${{ $row->court_filing_fees }} ${{ $row->court_case_fees }} ${{ $row->convenience_fees }}
Total: ({{count($data['not_in_tyler'])}} records) ${{number_format($total_fees, 2, '.', '');}} ${{number_format($total_nfrc_total_fees, 2, '.', '');}} ${{number_format($total_provider_tax_fees, 2, '.', '');}} ${{number_format($total_provider_service_fees, 2, '.', '');}} ${{number_format($total_court_service_fees, 2, '.', '');}} ${{number_format($total_service_tax_fees, 2, '.', '');}} ${{number_format($total_filing_service_fees, 2, '.', '');}} ${{number_format($total_court_filing_fees, 2, '.', '');}} ${{number_format($total_court_case_fees, 2, '.', '');}} ${{number_format($total_convenience_fees, 2, '.', '');}}
No results to display
@stop @section('scripts_bottom') @stop