@if($type == 'showrooms')
Suzuki Showrooms In {{$branche->title}}
@elseif($type == 'services')
Suzuki Service Center In {{$branche->title}}
@elseif($type == 'parts')
Suzuki Spare Parts In {{$branche->title}}
@endif
@foreach ($branches as $bran)
{{$bran->title}}
@endforeach
{{$branche->$type[0]->title}}
@if ($branche->$type[0]->tel)
|
Tel No
|
{{$branche->$type[0]->tel}}
|
@endif
@if ($branche->$type[0]->fax)
|
Fax No
|
{{$branche->$type[0]->fax}}
|
@endif
@if ($branche->$type[0]->open_days)
|
@if ($branche->$type[0]->thursday)
Monday to Friday
@elseif ($branche->$type[0]->friday)
Monday to Saturday
@else
We are Open to Serve You Everyday
@endif
|
|
{{$branche->$type[0]->open_days}}
|
@endif
@if ($branche->$type[0]->thursday)
|
Saturday
|
|
{{$branche->$type[0]->thursday}}
|
@endif
@if ($branche->$type[0]->friday)
|
Sunday {{$branche->$type[0]->friday}}
|
@endif
@if($type === 'showrooms')
|
EID Timings Showrooms: Closed 26th to 29th May, resume on 30th May
|
@elseif($type === 'services')
|
EID Timings Workshops: Closed 26th to 29th May, resume on 30th May
|
@endif
{{-- box --}}
{{--
--}}
{{-- row --}}