@extends('frontend.layouts.app') @section('styles') @endsection @section('content')

Contact Us

@csrf @auth @endauth @auth
person
@endauth @guest
person
@endguest @auth
mail
@endauth @guest
mail
@endguest
phone
mode_edit
call
Call us Now
@if(isset($contactsettings[0]) && $contactsettings[0]['phone'])
{{ $contactsettings[0]['phone'] }}
@endif
mail
Email Address
@if(isset($contactsettings[0]) && $contactsettings[0]['email'])
{{ $contactsettings[0]['email'] }}
@endif
map
Address
@if(isset($contactsettings[0]) && $contactsettings[0]['address'])
{!! $contactsettings[0]['address'] !!}
@endif
@endsection @section('scripts') @endsection