@extends('web.layouts.app') @push('page_vendor_css') @endpush @push('page_styles') @endpush @section('title') {{ $ContactusPage->title }} | {{ $GeneralSettings->name }} @endsection @section('header-content')

{{ $ContactusPage->title }}

{{ $ContactusPage->header }}

@endsection @section('content') {!! $ContactusPage->body !!}
@csrf
@endsection @push('page_scripts_vendors') @endpush @push('page_scripts') @endpush