@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- start tap --}}
  • ที่อยู่
  • ฟอร์มส่งข้อความ
  • Social
  • ข้อมูลการทำ seo
@includeIf('contactus::contact_address') @includeIf('contactus::contact_form') @includeIf('contactus::contact_social') @includeIf('contactus::contact_seo')
{{-- end tap --}} @includeIf('about::form_contact_page_other')
@endsection('content') @section('scripts') @endsection