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

{{ $projectCms->title }}

{!! $projectCms->description !!} @if ($projects->isNotEmpty())
@include('frontend::project.includes.sidebar')
All Projects
Select Region
@foreach ($projects as $project) @endforeach
@endif
@endsection @push('js') @endpush