@extends('frontend.layout.master') @section('content')
Our Contact Details
  • Phone No :
    {{$contact_info->phone_code ??''}} {{$contact_info->contact_no ??''}}
  • Email Address :
    Email: {{$contact_info->email??''}}
  • Address :
    {{$contact_info->address??''}}
{{--
--}}
get in touch
@csrf
{{--
--}}
{{--
--}}
@if($isHide == 1)
{{-- --}}
@endif @push('scripts') @endpush @endsection