@extends('layouts.front_end') @section('title', 'Contact') @section('content')
@if($companyInfo) {!! $companyInfo->address !!} @endif
Email Us: @if($companyInfo) {!! $companyInfo->email !!} @endif
Contacr Numbers: @if($companyInfo) {!! $companyInfo->phone !!} @endif