@extends('layouts.showroom') @section('title') {{ $vehicle->meta_title }} @endsection @section('meta') @if(isset($metaData['image'])) @endif @if(isset($metaData['image'])) @endif @endsection @section('pageschema') @if ($vehicle->slug === 'fronx') @endif @if ($vehicle->slug === 'jimny-5-door') @endif @if ($vehicle->slug === 'jimny-art-edition') @endif @if ($vehicle->slug === 'baleno') @endif @if ($vehicle->slug === 'swift') @endif @if ($vehicle->slug === 'ciaz') @endif @if ($vehicle->slug === 'dzire') @endif @if ($vehicle->slug === 'eeco-cargo') @endif @if ($vehicle->slug === 'ertiga') @endif @if ($vehicle->slug === 'grand-vitara') @endif @if ($vehicle->slug === 'jimny') @endif @endsection @section('content')
{!! $vehicle->html_content !!}

*All the informations provided are manufacturer’s data and may vary for each market.

*The specifications are subject to change without prior notice.

@endsection