@extends('frontend.layouts.app') @section('styles') @endsection @section('content') Contact Us @csrf @auth @endauth @auth person Name @endauth @guest person Name @endguest @auth mail Email @endauth @guest mail Email @endguest phone Phone mode_edit Message SEND send 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