@extends('layouts.app') @section('title') {{ $page->meta_title }} @endsection @section('meta') @endsection @section('pageschema') @if ($page->slug === 'suzuki-service-plans') @endif @if ($page->slug === 'value-added-services') @endif @if ($page->slug === 'body-shop-repair') @endif @if ($page->slug === 'suzuki-services-faq') @endif @endsection @section('content')
@if($page->layout_type == 'full_width') @php $isLayout = true; @endphp @else @php $isLayout = false; @endphp @endif @if($page->is_title == 1) @php $isTitle = true; @endphp @else @php $isTitle = false; @endphp @endif @if ($page->media->count() != 0)
{{ $altText }}

@php $first_word = explode(' ',trim($page->title)); @endphp {{$first_word[0]}} {{substr(strstr($page->title," "), 1)}}

{{-- row --}} @else @if (!$isTitle)

{{$page->title}}

@endif @endif
{!! $page->body !!}
@if ($page->form && $form)

{{$form->title}}

{{$form->subtitle}}

{{--
            {{$form->branches}}
        
--}}
@endif {{-- accessories grid --}}
@endsection