@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') My Cases @stop @section('content')
@if($serve=="serve") Back @endif @if($serve=="serveparty" || $serve=="servebuss") Back @endif @if($serve=="caseparty" || $serve=="bussparty") Back @endif @if($serve=="case") Back @endif

{{$data->caseName}}

@if (!empty($data->$ecfcasetype->CaseAugmentation[0]->CaseJudge->JudicialOfficialBarMembership->JudicialOfficialBarIdentification->IdentificationID)) @endif
Case Information
Location {{Locations::name($data->$ecfcasetype->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID)}}
Case Number {{$data->$ecfcasetype->CaseDocketID}}
Case Judge {{$data->$ecfcasetype->CaseAugmentation[0]->CaseJudge->JudicialOfficialBarMembership->JudicialOfficialBarIdentification->IdentificationID}}
@if(isset($service_list->ServiceRecipient)) @if(isset($service_list->ServiceRecipient[0])) @foreach($service_list->ServiceRecipient as $service) @endforeach @else @endif
Service List
Name Email
{{$service->EntityPerson->PersonName->PersonGivenName.' '. $service->EntityPerson->PersonName->PersonSurName}} {{$service->EntityPerson->PersonAugmentation->ContactInformation->ContactEmailID}}
{{$service_list->ServiceRecipient->EntityPerson->PersonName->PersonGivenName.' '. $service_list->ServiceRecipient->EntityPerson->PersonName->PersonSurName}} {{$service_list->ServiceRecipient->EntityPerson->PersonAugmentation->ContactInformation->ContactEmailID}}
@endif
@foreach($party_list as $party) @if(isset($party->EntityPerson)) @if(strpos(strtolower((string) $party->EntityPerson->attributes()), 'party') !== FALSE) @if(empty($party->EntityPerson->PersonName->PersonNameSuffixText)) @else @endif @endif @else @endif @endforeach
Party List
Name Party Type Address
{{$party->EntityPerson->PersonName->PersonGivenName}} {{$party->EntityPerson->PersonName->PersonSurName}}{{$party->EntityPerson->PersonName->PersonGivenName}} {{$party->EntityPerson->PersonName->PersonSurName}}{{PartyType::name((string)$party->CaseParticipantRoleCode)}} @if(!empty($party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStreet->StreetFullText)) {{$party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStreet->StreetFullText}} @endif @if(!empty($party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationCityName)) {{','.$party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationCityName}} @endif @if(!empty($party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStateName) || !empty($party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationPostalCode)) {{','.$party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStateName.",".$party->EntityPerson->PersonAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationPostalCode}} @endif
{{$party->EntityOrganization->OrganizationName}} {{PartyType::name((string)$party->CaseParticipantRoleCode)}} @if(!empty($party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStreet->StreetFullText)) {{$party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStreet->StreetFullText}} @endif @if(!empty($party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationCityName)) {{','.$party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationCityName}} @endif @if(!empty($party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStateName) || !empty($party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationPostalCode) ) {{','.$party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationStateName.$party->EntityOrganization->OrganizationAugmentation->ContactInformation->ContactMailingAddress->StructuredAddress->LocationPostalCode}} @endif
@if($documents!==NULL) @foreach($documents->DocumentAttachment as $doc) @if(isset($doc->documentType)) @endif @endforeach
Filings and documents
Doc Type File Name Type Description Download
{{$doc->documentType}} {{$doc->BinaryDescriptionText}} {{$doc->Type}} {{$data->FilingLeadDocument->DocumentDescriptionText}} Download
@endif
@stop @section('scripts_bottom') @stop