@extends('frontend.layouts.frontend_master') @section('title', 'Contact Us') @section('content')
Contact Details

Phone:

{{ $default_setting->support_phone }}

Email:

{{ $default_setting->support_email }}

Address:

{{ $default_setting->address }}
{!! $default_setting->google_map_link !!}
Contact Message
@csrf
@endsection @section('script') @endsection