@extends('layouts.front_end') @section('title', 'Contact') @section('content')
Our Location

@if($companyInfo) {!! $companyInfo->address !!} @endif

Our Email

Email Us: @if($companyInfo) {!! $companyInfo->email !!} @endif

Phone Number

Contacr Numbers: @if($companyInfo) {!! $companyInfo->phone !!} @endif

@if($companyInfo) {!! $companyInfo->google_map_location !!} @endif
@endsection @section('script') @endsection