@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
--}}

Designed to Work Together

We shall deliver the best of know-how with the help of professionals and industry experts to instill leadership quality in entrepreneurs for the exponential growth in education and business ventures.

@if (!empty($ventures) && $ventures->count() > 0)
@foreach ($ventures as $venture)
@if (!empty($venture->top_heading))
{{ $venture->top_heading }}
@endif

{{ $venture->title }}

{{ Str::words($venture->description, 50, '....') }}

@endforeach {{--
WHERE CAN WE HELP YOU

Udyami

Udyami is the Online Entrepreneurship Development Training portal establish with an aim to help all applicants with the training requirement under various topics related to the industrial and business domain under Prime Minister’s Employment Generation Progra.....

WHERE CAN WE HELP YOU

Entrepreneur India TV

Entrepreneur India TV is a YouTube channel of the Institute for Industrial Development (IID). This channel renders all the industry-related information through documentary, expert episodes, live webinars, and industrial videos of various industrial sectors.

WHERE CAN WE HELP YOU

Online Learning with Experts

OLE (a metamorphosis in education), Online Learning with Experts is an idealistic declaration of the National Education Policy (2020), it is one of the most stipulated branches of Samadhan Samiti. It furnishes the aspirant with online education services....

--}}
@endif
@include('frontend.layouts.footerbar')