@extends('frontend::layouts.app') @section('title', $projectDetails->meta_title) @section('keywords', $projectDetails->meta_keywords) @section('description', $projectDetails->meta_description) @section('other_meta_tags') {!! $projectDetails->other_meta_tags !!} @endsection @section('content')
{{ $projectDetails->title }}
@include('frontend::project.includes.sidebar')

{{ $projectDetails->title }}

@if ($projectDetails->projectImages->isNotEmpty()) @else {{ $projectDetails->title }} @endif {!! $projectDetails->description !!}
"{{ $projectCms->talk_expert_title }}"
{!! $projectCms->talk_expert_description !!}
@if ($faqs->isNotEmpty())
{!! $projectCms->faq_title !!}
{!! $projectCms->faq_description !!}
@foreach ($faqs as $faq)

{{ $faq->answer }}

@endforeach
@endif
@endsection @push('js') @endpush