@extends('frontend::layouts.master') @section('content')
@if (!empty($page_init['contact']['name']))
@if (!empty($page_init['setting']['logo']['header'])) @endif

{{ $page_init['contact']['name'] ?? '' }}

@endif
{!! $page_init['contact']['work'] ?? '' !!}
@php $chk = false; foreach ($page_init['contact']['social'] ?? [] as $k_s => $s) { if (!empty($s['url'])) { $chk = true; break; } } @endphp @if ($chk) @endif
@if (!empty($page_init['contact']['google_map']))
{!! $page_init['contact']['google_map'] !!}
@endif
@endsection