@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
{{--
WHERE CAN WE HELP YOU
--}}

Be The First
Generation Entrepreneur

{{--

Lorem ipsum dolor sit amet consectetur adipisicing elit. Doloribus ducimus unde minus modi nulla iste saepe.

--}}
@if (!empty($specializations) && $specializations->count() > 0)
@foreach ($specializations as $specialization)
{{ $specialization->name }}: {{ $specialization->description }}
@endforeach
@endif
@include('frontend.layouts.footerbar')