@extends('layouts.index', ['nav' => true, 'banner' => false, 'footer' => true, 'cookie' => true, 'setting' => true, 'title' => __('Contact us')]) @section('content') {{-- Contact page --}}

{{ __($contactPage[0]->section_content) }}

{{ __($contactPage[1]->section_content) }}

{{ __($contactPage[2]->section_content) }}

{{ __($contactPage[3]->section_content) }}

{{ __($contactPage[4]->section_content) }}

{{ __($contactPage[8]->section_content) }}

@if ($supportPage[0]->section_content != "#") @endif @if ($supportPage[1]->section_content != "#") @endif @if ($supportPage[2]->section_content != "#") @endif @if ($supportPage[3]->section_content != "#") @endif
@endsection