@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') My Filings @stop @section('content')
Back @if($data->FilingStatus->FilingStatusCode!="failed") Receipt @endif
@if(isset($reject_reason)) @endif @if (!empty($data->case_no)) @else @endif @if (!empty($data->$ecfcasetype->CaseAugmentation[0]->CaseJudge->JudicialOfficialBarMembership->JudicialOfficialBarIdentification->IdentificationID)) @endif @if (isset($data->FilingLeadDocument->DocumentStatus->StatusText)) @endif
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}}
@if($data->FilingStatus->FilingStatusCode=="served") @else @if($data->Payment->WaiverIndicator=="true") @if(!is_null($party_list)) @else @endif @else @foreach($data->EnvelopeFees->AllowanceCharge as $fee) @if((string)$fee->AllowanceChargeReason != 'Grand Total') @if((string)$fee->AllowanceChargeReason == 'Total Provider Service Fees') @elseif((string)$fee->AllowanceChargeReason == 'Total Provider Tax Fees') @else @endif @else @endif @endforeach @endif @endif
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 FeesMy File Runner Tax Fees{{$fee->AllowanceChargeReason}}${{$fee->Amount}}
Billing charges ${{$billing_charges}}
{{$fee->AllowanceChargeReason}} ${{$total_fees}}
@if(!is_null($processed_date)) @endif @if(!is_null($courtesy_copy)&&$courtesy_copy!="") @endif @if(!is_null($prilim_copy)&&$prilim_copy!="") @endif
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}}
@foreach($filing_fee as $fee) @if($fee['type'] == 'Optional Service Fee') @elseif($fee['type'] == 'Filing Court Fees') @else @endif @endforeach
Filing Fee
Optional Service - {{$fee['name']}} ({{$optional_service[$fee['name']]}} x ${{$fee['amount']}}) ${{number_format((float)$fee['amount']*$optional_service[$fee['name']], 2, '.', '')}}{{$fee['type']}} (TOTAL) ${{$fee['amount']}}{{$fee['type']}} ${{$fee['amount']}}
@if($new_flag==0 )
@foreach($data->FilingLeadDocument->DocumentRendition->DocumentRenditionMetadata->DocumentAttachment as $doc) @if(isset($doc->documentType)) @endif @endforeach
Documents
Doc Type File Name Type Doc Description Download
{{$doc->documentType}} {{$doc->BinaryDescriptionText}} {{$doc->Type}} {{$data->FilingLeadDocument->DocumentDescriptionText}} Download
@endif @if(count($doclinks)>0)
@foreach($doclinks as $doc) @if($doc['link']=='conflict_case') @elseif($doc['type']=='Original') @else @endif @endforeach
Documents related to Filing
Doc Type File Name Type Doc Description Download
{{$doc['isLead']}} {{$doc['name']}} {{$doc['type']}} {{$data->FilingLeadDocument->DocumentDescriptionText}}DownloadDownloadDownload
@endif
@if(isset($data->ServiceRecipientDetail)) @if(isset($data->ServiceRecipientDetail[0])) @foreach($data->ServiceRecipientDetail as $service) @if(!empty($service->ServedDate->DateTime)) @else @endif @endforeach @else @endif
Service List
Name Email 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{{$service->ServedDate->DateTime}}
{{(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}}
@endif
@if(!is_null($party_list)) @foreach($party_list as $party)
    @foreach($partyAttorneys[$party->id] as $attorney)
  • @endforeach

OK

@endforeach @foreach($party_list as $party) @endforeach
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
@endif @if(isset($data->ProcedureRemedy)) @if(count($procremedy)>0)
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
@endif @if(isset($damageamount)&&$damageamount!=null)
Damages Sought
{{$damageamount}}
@endif @endif @if(isset($data->DocumentSubmitter))
Filer Information
Name Email 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}}
@endif @stop @section('scripts_bottom') @stop