@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') Tyler Reconciliation @stop @section('content')
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 |
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 |