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