@extends('layouts.front-layout') @section('title') {{ $pageData['Contact']['top_banner_title'] ?? '' }}@endsection @section('content')

{{ $pageData['Contact']['top_banner_title'] ?? '' }}

{{ $pageData['Contact']['heading'] ?? '' }}

{{ $pageData['Contact']['sub_heading'] ?? '' }}

@forelse($get_contact_questions as $key => $contact_question)
{!! $contact_question->description !!}
@empty

Contact Questions Data Not Available

@endforelse

{{ $pageData['Contact']['second_section_heading'] ?? '' }}

{{ $pageData['Contact']['second_section_sub_heading'] ?? '' }}

@csrf
@error ('first_name') {{$message}} @enderror
@error ('email') {{$message}} @enderror
@error ('phone') {{$message}} @enderror
@error ('company') {{$message}} @enderror
@error ('message') {{$message}} @enderror
@endsection