@extends('theme.master') @section('title', 'Contact Us') @section('content') @include('admin.message') {{ __('frontstaticword.Contactus') }} @if($gsetting->map_enable == 'map') @elseif($gsetting->map_enable == 'image') @endif {{ __('frontstaticword.KeepinTouch') }} {{ csrf_field() }} @if(Auth::check()) @endif {{ __('frontstaticword.Message') }} {{ __('frontstaticword.ContactDetails') }} {{ __('frontstaticword.address') }} {{ $gsetting->default_address }} {{ __('frontstaticword.Email') }} {{ $gsetting->wel_email }} {{ __('frontstaticword.Phone') }} {{ $gsetting->default_phone }} @endsection @section('custom-script') @endsection