@yield('content')
{{ __('Feel free to contact us') }}
@if ($info['phone'] != '+63')
{{ $info['phone'] }}
@endif
{{ $info['email'] }}
@if ($info['address'] != 'Address')
{{ $info['address'] }}
@endif
{{--
@foreach ($info['socials'] as $key => $value) @if (!empty($value))
@endif @endforeach
--}}
{{ $info['footer'] }}