@if(Auth::user()) @can('section check')
@endcan @endif
@if(Auth::user()) @can('section check')
@endcan @endif @isset ($contact_info_section_style1)
@php echo html_entity_decode($contact_info_section_style1->section_title); @endphp

@php echo html_entity_decode($contact_info_section_style1->title); @endphp

@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
Contact Me

Contact Us

@endif @endisset @if (is_countable($contact_infos_style1) && count($contact_infos_style1) > 0)
@foreach ($contact_infos_style1 as $item)
@if(Auth::user()) @can('section check') @php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@endcan @endif
@if ($item->type == "image") @if (!empty($item->section_image))
feature image
@endif @else
@endif
@php echo html_entity_decode($item->title); @endphp

@php echo html_entity_decode($item->description); @endphp

@endforeach @unset ($item)
@else @if (Auth::user() || $draft_view == null || $draft_view->status == 'enable')
Address

1395 Nixon Avenue Etowah, TN 37331
United States

E-Mail Phone:

elsecolor@gmail.com

+1 422-200-5555

@endif @endif
@include('frontend.sections.contact.style1-contact')
@if(Auth::user()) @can('section check')
@php $url = request()->path(); $modified_url = str_replace('/', '-bracket-', $url); @endphp
@csrf
@csrf
@endcan @endif