@extends('master') @section('content')
Back to Companies

Company Information

@if(count($company_list_view)>0) @foreach ($company_list_view as $company_list_view1) @endforeach @else @endif
Facilities Operator Company Propert Owner Company UST Owner Company Created Date
{{$company_list_view1->Facility__r->Name}} {{$company_list_view1->CreatedDate}}
There are no Records
@foreach($company_account_details as $company_account_detail)

Account Information

{{ $company_account_detail->Operator_Company_Name__r->Name }}

{{ $company_account_detail->SOS_Link__c }}

{{ $company_account_detail->Client_Contact__r->Name }}

{{ isset($company_account_detail->Client_Contact__r->Name)?$company_account_detail->Client_Contact__r->Name:'' }}

{{ isset($company_account_detail->Contact_Title__c)?$company_account_detail->Contact_Title__c:'' }}

 

{{ isset($company_account_detail->Phone)?$company_account_detail->Phone:'' }}

Address Information

{{ $company_account_detail->BillingStreet }},{{ $company_account_detail->BillingCity }},{{ $company_account_detail->BillingState }} {{ $company_account_detail->BillingPostalCode }},{{ $company_account_detail->BillingCountry }}.

{{ isset($company_account_detail->County__c)?$company_account_detail->County__c:'' }}

Additonal Details

{{ isset($company_account_detail->Tax_ID__c)?$company_account_detail->Tax_ID__c:'' }}

{{ isset($company_account_detail->Federal_ID__c)?$company_account_detail->Federal_ID__c:'' }}

@endforeach
@stop