@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') {{-- @if (!empty($banner)) @endif --}} @include('frontend::master_banner')

{{ $detail['name'] ?? "" }}

{!! $detail['detail'] ?? "" !!}

{{-- minlength="10" maxlength="10" onkeypress="InputValidateString();" --}}
{{-- --}}
{{-- data-bs-toggle="modal" data-bs-target="#exampleModal" --}}
@if (!empty($contact['gmap']))
{!! $contact['gmap'] ?? '' !!}
@endif
@if (!empty($contact['office']))
@lang('frontend::lang.index_msg_23'):

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

@endif @if (!empty($contact['tel']))
@lang('frontend::lang.index_msg_24'):

{{ $contact['tel'] ?? "" }}

@endif @if (!empty($contact['email']))
@lang('frontend::lang.index_msg_25'):

{{ $contact['email'] ?? "" }}

@endif
@if (!empty($contact['facebook']['url']))
@endif @if (!empty($contact['youtube']['url']))
@endif @if (!empty($contact['line']['url']))
@endif @if (!empty($contact['instagram']['url']))
@endif

{!! $page_init['contact']['desc'] ?? "" !!}

@endsection @section('script') @endsection