@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- start tap --}}
@includeIf('contactus::page.form_th') @includeIf('contactus::page.form_en')
{{-- end tap --}} @includeIf('contactus::page.form_other')
@includeIf('contactus::seo.form_seo')
@if (mwz_roles('admin.contactus.page.edit'))
@endif
@endsection('content') @section('scripts') @endsection