@extends('manage.layouts.app') @section('content')
{{method_field('PUT')}} @csrf

{{$branch->title}}

{{$branch->title}}'s Locations

@if ($branch->showroom_a->count() != 0) @else @endif @if ($branch->services_a->count() != 0) @else @endif @if ($branch->parts_a->count() != 0) @else @endif
Title Type Email Tel Map Action
{{$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" }}
{{$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" }}
{{$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" }}
@endsection