@extends('layouts.app') @section('styles') @endsection @section('content')
@csrf
{{-- !-- form_contact_branch_th --> --}} @includeIf('contactus::branch.form_th') @includeIf('contactus::branch.form_en')
{{-- End Tap --}} @includeIf('contactus::branch.form_other')
@endsection('content') @section('scripts') @endsection