@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- start tap --}}
@includeIf('contactus::form_contact_page_th') @includeIf('contactus::form_contact_page_en')
{{-- end tap --}} @includeIf('contactus::form_contact_page_other')
@includeIf('contactus::seo.form_seo')
@if (mwz_roles('admin.contactus.page.save'))
@endif
@endsection('content') @section('scripts') @endsection