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

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

@if ($data['contact']['image_map'])
{{-- Size 940px --}} Alternate Text
@endif
@csrf

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

@if (!empty($data['contact']['fb_name']))
Alternate Text

{{ !empty($data['contact']['fb_name']) ? $data['contact']['fb_name'] : '' }}

@if (!empty($data['contact']['fb'])) @endif
@endif @if (!empty($data['contact']['ig_name']))
Alternate Text

{{ !empty($data['contact']['ig_name']) ? $data['contact']['ig_name'] : '' }}

@if (!empty($data['contact']['ig'])) @endif
@endif @if ($data['contact']['line_name'])
Alternate Text

{{ !empty($data['contact']['line_name']) ? $data['contact']['line_name'] : '' }}

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

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

@endif @if (!empty($data['contact']['phone_office']) || !empty($data['contact']['phone']))
Alternate Text
@if (!empty($data['contact']['phone_office']))

{{ $data['contact']['phone_office'] }}

@endif @if (!empty($data['contact']['phone']))

{{ $data['contact']['phone'] }}

@endif
@endif
@if (!empty($data['contact']['description']))
{!! !empty($data['contact']['description']) ? $data['contact']['description'] : '' !!}
@endif

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

{{-- disabled --}}
@endsection @section('script') @endsection