@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'])) {{ $contact['email'] ?? '' }} @endif @if (!empty($contact['tel'])) {{ $contact['tel'] ?? '' }} @endif @if (!empty($contact['office'])) {!! $contact['office'] ?? '' !!} @endif @lang('frontend::lang.contact_msg_1') @include('frontend::components.form.FormBasic') @slot('content') @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
{{ $contact['email'] ?? '' }}
{{ $contact['tel'] ?? '' }}
{!! $contact['office'] ?? '' !!}