@extends('frontend::config.master') @section('title') @section('style') @endsection @section('content')

{{ !empty($main['name']) ? $main['name'] : '' }}

{!! !empty($contact['gmap']) ? $contact['gmap'] : '' !!}
@if (!empty($contact['email'])) @endif @if (!empty($contact['tel'])) @endif @if (!empty($contact['office']))
icon

{!! $contact['office'] ?? '' !!}

@endif

@lang('frontend::lang.contact_msg_1')

@include('frontend::components.form.FormBasic')
@slot('content')
modal

@lang('frontend::lang.contact_msg_10')@lang('frontend::lang.contact_msg_11')

@endslot
@endsection @section('script') {{ module_vite('build-frontend', 'resources/assets/js/contactus.js') }} @endsection