@extends('admin.layout.app') @section('title', 'End Clients') @push('styles') @endpush @section('content')
| Actions | Company Name | Contact Name | Phone | Clients Of | Address | |
|---|---|---|---|---|---|---|
|
|
{{ $endClient->company_name }} | {{ $endClient->first_name }} {{ $endClient->last_name }} | {{ $endClient->email }} | {{ $endClient->phone }} | @foreach($endClient->users as $user) {{ $user->first_name }} {{ $user->last_name }} @if($user->company) ({{ $user->company }}) @endif @endforeach | @if($endClient->latestLocation) {{ $endClient->latestLocation->address_line }}, {{ $endClient->latestLocation->city }}, {{ $endClient->latestLocation->postal_code }}, {{ $endClient->latestLocation->country }} @endif |