@extends('layouts.'.((Session::get('user')->CurrentRole === 'Firm Admin')?'admin':'filer').'-dashboard') @section('heading') My Cases @stop @section('content')
{{$data->caseName}}
Case Information | |
---|---|
Location | {{Locations::name($data->$ecfcasetype->CaseAugmentation[0]->CaseCourt->OrganizationIdentification->IdentificationID)}} |
Case Number | {{$data->$ecfcasetype->CaseDocketID}} | @if (!empty($data->$ecfcasetype->CaseAugmentation[0]->CaseJudge->JudicialOfficialBarMembership->JudicialOfficialBarIdentification->IdentificationID))
Case Judge | {{$data->$ecfcasetype->CaseAugmentation[0]->CaseJudge->JudicialOfficialBarMembership->JudicialOfficialBarIdentification->IdentificationID}} |
Service List | |
---|---|
Name | |
{{$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}} |
Party List | |||
---|---|---|---|
Name | Party Type | Address | |
{{$party->EntityPerson->PersonName->PersonGivenName}} {{$party->EntityPerson->PersonName->PersonSurName}} | @else{{$party->EntityPerson->PersonName->PersonGivenName}} {{$party->EntityPerson->PersonName->PersonSurName}} | @endif{{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 |
Filings and documents | ||||
---|---|---|---|---|
Doc Type | File Name | Type | Description | Download |
{{$doc->documentType}} | {{$doc->BinaryDescriptionText}} | {{$doc->Type}} | {{$data->FilingLeadDocument->DocumentDescriptionText}} | Download |