@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{!! !empty($data['route']['desc']) ? $data['route']['desc'] : '' !!}
@if (!empty($data['info']['office']))
Alternate Text

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

{!! !empty($data['info']['office']) ? $data['info']['office'] : '' !!}

@endif @if (!empty($data['info']['phone']))
Alternate Text

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

{{ !empty($data['info']['phone']) ? str_phone($data['info']['phone']) : '' }}

@endif @if (!empty($data['info']['email']))
Alternate Text

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

{{ !empty($data['info']['email']) ? $data['info']['email'] : '' }}

@endif @if (!empty($data['info']['fax']))
Alternate Text

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

{{ !empty($data['info']['fax']) ? $data['info']['fax'] : '' }}

@endif

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

@if (!empty($data['info']['facebook'])) @endif @if (!empty($data['info']['youtube'])) @endif @if (!empty($data['info']['line'])) @endif @if (!empty($data['info']['tiktok'])) @endif @if (!empty($data['info']['instagram'])) @endif
@if (!empty($data['info']['google_map']))
@endif

{!! !empty($page_init['contact']['desc']) ? $page_init['contact']['desc'] : '' !!}

@csrf
@endsection @section('script') @endsection