@extends('layouts.app') @section('title') {{ $office->meta_title }} @endsection @section('meta') @endsection @section('pageschema') @if ($branche->slug === 'abu-dhabi') @elseif ($branche->slug === 'al-ain') @elseif ($branche->slug === 'deira') @endif @endsection @section('content')
Spare Parts - Suzuki
{{-- row --}}
@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) @endif @if ($branche->$type[0]->fax) @endif
Tel No {{$branche->$type[0]->tel}}
Fax No {{$branche->$type[0]->fax}}
@if ($branche->$type[0]->open_days) @endif @if ($branche->$type[0]->thursday) @endif @if ($branche->$type[0]->friday) @endif @if($type === 'showrooms') @elseif($type === 'services') @endif
@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}}
Saturday
{{$branche->$type[0]->thursday}}
Sunday {{$branche->$type[0]->friday}}
EID Timings Showrooms: Closed 26th to 29th May, resume on 30th May
EID Timings Workshops: Closed 26th to 29th May, resume on 30th May
{{-- box --}} {{--
To know more details please drop a WhatsApp message or Call Suzuki Service Hotline Number: +971567413615.
--}}
{{-- row --}}
@endsection