@extends('frontend.layouts.app') @php $email = websiteSetupValue('email'); $phone1 = websiteSetupValue('phone1'); $phone2 = websiteSetupValue('phone2'); $address = websiteSetupValue('address'); @endphp @section('content')
Office Address

@if ($address) {{ websiteSetupValue('address') }} @else Not Available! @endif

Call Us
@if ($phone1) +91-{{ websiteSetupValue('phone1') }}
@endif @if ($phone2) +91-{{ websiteSetupValue('phone2') }} @endif
Email Us
@if ($email) {{ websiteSetupValue('email') }} @else

Not Available!

@endif
Open Time

24x7

Contact Image

Get In Touch

It is a long established fact that a reader will be distracted by the readable content of a page randomised words slightly when looking at its layout.

@csrf @if ($message = Session::get('success'))

{{ $message }}

@endif
@endsection