@extends('frontend::layouts.app') @section('title', $metaTags['metaTitle']) @section('description', $metaTags['metaDescription']) @section('keywords', $metaTags['metaKeywords']) @section('other_meta_tags') {!! $metaTags['otherMetaTags'] !!} @endsection @push('css') @endpush @section('content')
{{ $pageBanner['name'] }}

{{ $cms->title }}

{!! $cms->description !!}
@if ($locations->isNotEmpty())

@foreach ($videos as $video) @endforeach
@endif
@endsection @push('js') @endpush