@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') My Filings @stop @section('content')
Case Information | |
---|---|
Location | @if(isset($data->locCode)){{Locations::name($data->locCode)}}@else{{$data->$ecfcasetype->CaseAugmentation[0]->CaseCourt->CourtName}}@endif |
Court/Calendar | {{Locations::name((string)$data->$ecfcasetype->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID)}} |
Envelope/Draft Number | {{$data->DocumentIdentification[0]->IdentificationID}} |
Client Matter No. | {{$data->FilingLeadDocument->DocumentFileControlID}} |
Style/Case Name | {{$data->caseName}} |
Case Category | {{$data->categoryName}} |
Case Type | {{$data->caseType}} |
Reject Reason | {{$reject_reason}} |
Case No | {{$data->case_no}} |
Case No | {{(string)$data->$ecfcasetype->CaseDocketID}} |
Case Judge | {{$data->$ecfcasetype->CaseAugmentation[0]->CaseJudge->JudicialOfficialBarMembership->JudicialOfficialBarIdentification->IdentificationID}} |
Review Comments | {{$data->FilingLeadDocument->DocumentStatus->StatusText}} |
Envelope Fee Information | |||
---|---|---|---|
My File Runner Service Fees | $0.00 | ||
My File Runner Tax Fees | $0.00 | ||
My File Runner Service Fees | ${{Config::get('app.waiverFee')}} | ||
My File Runner Tax Fees | ${{number_format(( (float)(Config::get('app.serviceTaxPercent') * Config::get('app.waiverFee')) / 100 ), 2, '.', '')}} | ||
My File Runner Service Fees | $0.00 | ||
My File Runner Tax Fees | $0.00 | ||
My File Runner Service Fees | @elseif((string)$fee->AllowanceChargeReason == 'Total Provider Tax Fees')My File Runner Tax Fees | @else{{$fee->AllowanceChargeReason}} | @endif${{$fee->Amount}} |
Billing charges | ${{$billing_charges}} | ||
{{$fee->AllowanceChargeReason}} | ${{$total_fees}} |
Filing Information | |
---|---|
Filing Type | {{$data->filingType}} |
Filing Submission Time | {{$data->FilingSubmissionDate->DateTime}} |
Clerk Process Date | {{$processed_date}} |
Filing Description | {{$data->FilingLeadDocument->DocumentDescriptionText}} |
Client Matter No. | {{$data->FilingLeadDocument->DocumentFileControlID}} |
Filer Message or instructions for the court clerk | {{$filer_message}} |
Courtesy Copies | {{$courtesy_copy}} |
Preliminary Copies | {{$prilim_copy}} |
Filing Fee | |||||
---|---|---|---|---|---|
Optional Service - {{$fee['name']}} ({{$optional_service[$fee['name']]}} x ${{$fee['amount']}}) | ${{number_format((float)$fee['amount']*$optional_service[$fee['name']], 2, '.', '')}} | @elseif($fee['type'] == 'Filing Court Fees'){{$fee['type']}} (TOTAL) | ${{$fee['amount']}} | @else{{$fee['type']}} | ${{$fee['amount']}} | @endif
Documents | ||||
---|---|---|---|---|
Doc Type | File Name | Type | Doc Description | Download |
{{$doc->documentType}} | {{$doc->BinaryDescriptionText}} | {{$doc->Type}} | {{$data->FilingLeadDocument->DocumentDescriptionText}} | Download |
Documents related to Filing | ||||||
---|---|---|---|---|---|---|
Doc Type | File Name | Type | Doc Description | Download | ||
{{$doc['isLead']}} | {{$doc['name']}} | {{$doc['type']}} | {{$data->FilingLeadDocument->DocumentDescriptionText}} | @if($doc['link']=='conflict_case')Download | @elseif($doc['type']=='Original')Download | @elseDownload | @endif
SMTP Log
Service List | ||||||
---|---|---|---|---|---|---|
Name | Status | Opened | Served Date | Log | ||
{{(string)$service->ServedRecipient->EntityPerson->PersonName->PersonGivenName .' '.(string)$service->ServedRecipient->EntityPerson->PersonName->PersonSurName}} | {{(string)$service->ServedRecipient->EntityPerson->PersonOtherIdentification->IdentificationID}} | {{$service->StatusCode}} | @if($service->IsOpened == 'false') No @else Yes @endif | @if(!empty($service->ServedDate->DateTime)){{$service->ServedDate->DateTime}} | @else@endif | |
{{(string)$data->ServiceRecipientDetail->ServedRecipient->EntityPerson->PersonName->PersonGivenName .' '.(string)$data->ServiceRecipientDetail->ServedRecipient->EntityPerson->PersonName->PersonSurName}} | {{(string)$data->ServiceRecipientDetail->ServedRecipient->EntityPerson->PersonOtherIdentification->IdentificationID}} | {{$data->ServiceRecipientDetail->StatusCode}} | {{$data->ServiceRecipientDetail->IsOpened}} | {{$data->ServiceRecipientDetail->ServedDate->DateTime}} |
Additional Attorney(s)
Party List | |||
---|---|---|---|
Name | Party Type | Address | Attorney |
@if($party->is_business==0){{$party->firstname .' '.$party->lastname}}@else {{$party->business_name}}@endif | {{$party->name}} | @if($party->streetAddress1){{$party->streetAddress1.','}}@endif @if($party->city){{$party->city.','}}@endif @if($party->statecode){{$party->statecode.','}}@endif @if($party->zipcode){{$party->zipcode}}@endif | @if(isset($party->attorney_name)){{ $party->attorney_name }}@endif @if($party->additional_att > 0) +{{$party->additional_att}}@endif @if(!isset($party->attorney_name)){{'N/A'}}@endif |
Procedure Remedies |
---|
Warning: Undefined variable $procremedy in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/filing/detail.blade.php on line 466 Warning: foreach() argument must be of type array|object, null given in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/filing/detail.blade.php on line 466 Warning: Undefined variable $val in /home/dario/Servidor/CodingIt/MyFileRunner/App/app/views/filing/detail.blade.php on line 470 |
Damages Sought |
---|
{{$damageamount}} |
Filer Information | ||
---|---|---|
Name | Firm Name | |
{{$data->DocumentSubmitter->EntityFiler->PersonName->PersonGivenName .' '.$data->DocumentSubmitter->EntityFiler->PersonName->PersonMiddleName .' '.$data->DocumentSubmitter->EntityFiler->PersonName->PersonSurName}} | {{$data->DocumentSubmitter->EntityFiler->PersonOtherIdentification->IdentificationID}} | {{$data->DocumentSubmitter->EntityFiler->FirmName}} |
CASE INFORMATION | |
---|---|
Location | @if(isset($data->locCode)){{Locations::name($data->locCode)}}@else{{$data->$ecfcasetype->CaseAugmentation[0]->CaseCourt->CourtName}}@endif |
Style/Case Name | {{$data->caseName}} |
Case Type | {{$data->categoryName}} |
Case Category | {{$data->caseType}} |
Case Judge | {{$data->$ecfcasetype->CaseAugmentation[0]->CaseJudge->JudicialOfficialBarMembership->JudicialOfficialBarIdentification->IdentificationID}} |
Case No | {{$data->case_no}} |
Case No | {{(string)$data->$ecfcasetype->CaseDocketID}} |