@extends('frontend.layouts.app') @section('content') @php $instructors = App\Models\Admin\Instructor::orderBy('id', 'desc')->get(); $faqs = App\Models\Admin\Faq::select('title', 'content')->get(); $plans = App\CPU\PlanManager::withoutTrash()->select('id', 'slug', 'title', 'amount', 'points', 'image')->where('status', 1)->orderBy('priority', 'asc')->get(); @endphp

YOUR DREAM, OUR PLAN

Design your unique career story, shape its guiding values, and make an enduring impact on your professional journey.

{{ config('app.name') }}
{{ config('app.name') }}
{{ config('app.name') }}

Detailed Presentation Video

To understand everything properly you have to watch the video without skipping.

Why Choose Us

"Level up your career with {{ config('app.name') }}. Industry-leading training programs and expert guidance for success."

TOP NOTCH COURSES


COURSES CERTIFICATE

ONLINE QUIZZES

PROFFESIONAL SYSTEM

{{--

Are you facing the same Problems?

"Level up your career with {{ config('app.name') }}. Industry-leading training programs and expert guidance for success."

Confused about your
career

Struggling to get expert guidance or mentors

Unclear about what skills to learn

Looking for an earning opportunity online

Why {{ config('app.name') }}

If yes, then we have a Solution

Skills to Master

Join our program to gain special career-focused skills. These skills are designed to help you stand out in your field and boost your career. Plus, you can earn certifications to prove your expertise. It's a sure way to enhance your job opportunities and earning potential.

Platform to Monetize

Learn and earn at the same time with Bizgurukul’s Affiliate Program which is a specially designed program for all content creators and promoters who wish to get leverage from India’s largest affiliate entrepreneur community.

--}}

Unable to Decide?

Listen Stories of Success from our Students.

Embark on a journey of inspiration as you explore the tales of triumph from our students who've successfully designed their unique career stories, shaped guiding values, and made a lasting impact on their professional journeys. Let their stories guide you in deciding your path to success.

Take Your Skills To The Next level

"Unlock expertise with exclusive packages. Empower with industry-leading courses."

@foreach ($plans as $key => $plan)
@if ($key == 0) LAUNCH PAD @endif @if ($key == 1) FOR ONLINE COURSES @endif @if ($key == 2) Recommend @endif @if ($key == 3) High Recommend (Best Seller) @endif

{{ $plan->title }}

@if ($key == 0) @endif @if ($key == 1) @endif @if ($key == 2) @endif @if ($key == 3) @endif
@endforeach

Our Certificates

{{ config('app.name') }}, Where Every Career Move is Backed by Trust, Transparency, and Legality!

Frequently Asked Questions

@foreach ($faqs as $faq_key => $faq)

{!! $faq->content !!}
@endforeach
@endsection