@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')
{{ $projectCms->title }}
{!! $projectCms->description !!}
@if ($projects->isNotEmpty())
@include('frontend::project.includes.sidebar')
Select Region
@foreach ($projects as $project)
@endforeach
@endif
@endsection
@push('js')
@endpush