{{ url('') }} urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:WebServicesMessaging-2.0 @if (!empty($case->case_tracking_id)) @foreach ($case->serviceContacts as $key => $serviceContact) {{$serviceContact->tylerServiceContact->tyler_service_contact_id}} SERVICECONTACTID {{ url('') }} urn:oasis:names:tc:legalxml-courtfiling:schema:xsd:WebServicesMessaging-2.0 @endforeach @endif <{{ $case_type }}:{{ $case->caseType->caseCategory->tylerCaseCategory->ecf_case_type }}> {{ $case->caseType->caseCategory->code }} {{ $case->location->code }} @if (!empty($case->case_tracking_id)) {{ $case->case_tracking_id }} @endif @if (!empty($case->attorney) && !in_array($type, ['e-service', 'existing'])) {{ $case->attorney->user->first_name }} {{ $case->attorney->user->middle_name }} {{ $case->attorney->user->last_name }} {{ $case->attorney->tyler_attorney_id }} AttorneyID ATTY @endif @if (!in_array($type, ['e-service', 'existing'])) @foreach ($case->parties as $key => $party) business_type == 'Personal' ? 'Person' : 'Organization' }} s:id="Party-{{ $party->id }}"> @if ($party->business_type == 'Personal') {{ $party->first_name }} {{ $party->middle_name }} {{ $party->last_name }} @if (!empty($party->nameSuffix)) {{ $party->nameSuffix->code }} @else @endif @else {{ $party->business_name }} @endif @if (!empty($party->tylerParty->tyler_party_id)) business_type == 'Personal' ? 'PersonOtherIdentification' : 'OrganizationOtherIdentification' }}> {{ $party->tylerParty->tyler_party_id }} CASEPARTYID business_type == 'Personal' ? 'PersonOtherIdentification' : 'OrganizationOtherIdentification' }}> @endif business_type == 'Personal' ? 'Person' : 'Organization' }}Augmentation> @if (!empty($party->phone)) {{ $party->phone }} @endif @if (!empty($party->street_address_1)) {{ $party->street_address_1 }} @if (!empty($party->street_address_2)) {{ $party->street_address_2 }} @endif @if (!empty($party->city)) {{ $party->city }} @endif @if (!empty($party->state)) {{ $party->state->code }} @endif @if (!empty($party->state->country)) {{ $party->state->country->code }} @endif @if (!empty($party->zip_code)) {{ $party->zip_code }} @endif @endif business_type == 'Personal' ? 'Person' : 'Organization' }}Augmentation> business_type == 'Personal' ? 'Person' : 'Organization' }}> {{ $party->partyType->code }} @endforeach @endif @if ($case->user->type == 'individual') @foreach ($case->parties as $key => $party) @if (!empty($party->attorney)) @endif @endforeach @endif {{ $case->caseType->code }} @if (!empty($case->filerType)) {{ $case->filerType->code }} @endif {{ $case->serviceContacts->count() > 0 ? 'true' : 'false' }} @foreach ($case->filingCaseProcedureRemedies as $filingCaseProcedureRemedy) {{ $filingCaseProcedureRemedy->procedureRemedy->code }} @endforeach @if (!empty($case->damageAmount)) {{ $case->damageAmount->code }} @endif true {{ $mfr_fee }} {{ $tax_percent }} {{ number_format(($mfr_fee * $tax_percent) / 100, 2, '.', '') }} {{ $case->paymentAccount->tylerPaymentAccount->tyler_payment_account_id }} @if ($case->caseType->caseCategory->tylerCaseCategory->ecf_case_type == 'CivilCase') false false @elseif ($case->caseType->caseCategory->tylerCaseCategory->ecf_case_type == 'DomesticCase') false @elseif ($case->caseType->caseCategory->tylerCaseCategory->ecf_case_type == 'CriminalCase') false @endif caseType->caseCategory->tylerCaseCategory->ecf_case_type }}> false @foreach ($case->filingFiles as $filing_index => $filingFile) is_lead ? 'Lead' : 'Connected' }}Document s:id="Filing-{{ $filing_index }}"> {{ $filingFile->description }} {{ $filingFile->client_number }} {{ $filing_index }} {{ $filingFile->filingCode->code }} {{ $case->attorney->tyler_attorney_id }} IDENTIFICATION @foreach ($case->parties as $party_index => $party) @if ($party->filing_party) @if (!empty($party->tylerParty->tyler_party_id)) {{ $party->tylerParty->tyler_party_id }} IDENTIFICATION @else Party-{{ $party->id }} REFERENCE @endif @endif @endforeach @foreach ($filingFile->filingDocuments as $document_index => $document) @if (!empty($document->data)) {{ chunk_split(base64_encode($document->data)) }} @else @endif {{ $document->name }} @if (!empty($document->documentType)) {{ $document->documentType->code }} @endif {{ $document->name }} {{ $document->filingComponent->code }} {{ $document_index }} @endforeach {{$filingFile->instructions}} is_lead ? 'Lead' : 'Connected' }}Document> @endforeach