@include('frontend.layouts.master') @php $protocol = (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') || $_SERVER['SERVER_PORT'] == 443 ? 'https://' : 'http://'; $CurPageURL = $protocol . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; $url = $CurPageURL; // dd($_SERVER['REQUEST_URI']); // dd($url); $pageBanner = \App\Models\PageSlider::banner($url); @endphp @if (!empty($pageBanner))
@if ($pageBanner->top_heading)
{{ $pageBanner->top_heading }}
@endif

{{ $pageBanner->title }}

@if ($pageBanner->description)

{{ $pageBanner->description }}

@endif
@endif
{{-- @dd($basicdetail); --}} @if (!empty($basicdetail) && $basicdetail->count() > 0)
CONTACT US WITH EASE

Get in touch

{!! $basicdetail->description !!}

@endif
{{ $basicdetail->location_1 }} Office:

{{ $basicdetail->address_1 }}

{{ $basicdetail->location_2 }} Office :

{{ $basicdetail->address_2 }}

{{ $basicdetail->location_3 }} Office:

{{ $basicdetail->address_3 }}

@include('frontend.contact.create')
@include('frontend.layouts.footerbar')