@if ($branch->showroom_a->count() != 0)
|
{{$branch->showroom_a[0]->title}}
|
{{ $branch->showroom_a[0]->type}} |
{{ $branch->showroom_a[0]->email ? $branch->showroom_a[0]->email : "---" }} |
{{ $branch->showroom_a[0]->tel ? $branch->showroom_a[0]->tel : "---" }} |
{{ $branch->showroom_a[0]->map ? "Yes" : "No" }} |
|
@else
|
|
@endif
@if ($branch->services_a->count() != 0)
|
{{$branch->services_a[0]->title}}
|
{{ $branch->services_a[0]->type}} |
{{ $branch->services_a[0]->email ? $branch->services_a[0]->email : "---" }} |
{{ $branch->services_a[0]->tel ? $branch->services_a[0]->tel : "---" }} |
{{ $branch->services_a[0]->map ? "Yes" : "No" }} |
|
@else
|
|
@endif
@if ($branch->parts_a->count() != 0)
|
{{$branch->parts_a[0]->title}}
|
{{ $branch->parts_a[0]->type}} |
{{ $branch->parts_a[0]->email ? $branch->parts_a[0]->email : "---" }} |
{{ $branch->parts_a[0]->tel ? $branch->parts_a[0]->tel : "---" }} |
{{ $branch->parts_a[0]->map ? "Yes" : "No" }} |
|
@else
|
|
@endif