@extends('frontend.layouts.main') @section('content')

{{$cource->title}}

Description

{!! $cource->description !!}
Start Date

{{date('M d,Y', strtotime($cource->start_date))}}

End Date

{{date('M d,Y', strtotime($cource->end_date))}}

@if($cource->is_online == 1)
Mode

Online

@else
Mode

Classroom training

@endif
Location

{{$cource->city_name}}

@foreach($topics as $key => $topic)

{!! $topic->description !!}
@endforeach
Have question? Contact us
@csrf

Our Alumni Work At

How Will You Benefit?

01
Enhanced Career Opportunities:

Expand your job prospects and access lucrative roles in investment banking, finance, and related fields.

02
Advanced Skills Development:

Acquire in-demand skills such as financial modeling, valuation, and M&A analysis, increasing your market value.

03
Industry Insights:

Learn from experienced professionals and industry experts, gaining valuable insights into the latest trends and best practices.

04
Practical Experience:

Gain hands-on experience through real-world case studies and simulations, preparing you for the challenges of the industry.

05
Professional Growth:

Propel your career forward with comprehensive knowledge, practical expertise, and a competitive edge in the competitive finance industry.

06
Professional Growth:

Propel your career forward with comprehensive knowledge, practical expertise, and a competitive edge in the competitive finance industry.

{{$cource->title}}

Unlocking Opportunities in {{$cource->title}}

Instructor- {{$instructorsNames}}

{{ date('F j', strtotime($cource->start_date)) }} - {{ date('F j, Y', strtotime($cource->end_date)) }}

Hear from our Students

Shakshi Kankaria

The masterclass provided invaluable insights and practical skills. The interactive sessions and personalized attention helped me grasp complex concepts easily. Highly recommend!

Shakshi Kankaria

I'm impressed with the comprehensive curriculum and supportive instructors. The hands-on approach and networking opportunities have boosted my confidence and prepared me for real-world challenges.

Shakshi Kankaria

The masterclass provided invaluable insights and practical skills. The interactive sessions and personalized attention helped me grasp complex concepts easily. Highly recommend!

Shakshi Kankaria

The masterclass provided invaluable insights and practical skills. The interactive sessions and personalized attention helped me grasp complex concepts easily. Highly recommend!

certificate

Certificate of compleation

Enhance your expertise and remain industry-relevant by finishing these professional courses, offering certification upon accomplishment, to advance your career trajectory.

Know your Instructor

@foreach($instructors as $instructor)

{{$instructor->name}}

{{$instructor->designation}}

  • {{$instructor->rating}} Instructor rating
  • {{$instructor->review_count}} Reviews
  • {{$instructor->student_count}} Students
  • {{$instructor->course_count}} Courses
  • {!! $instructor->description !!}

    @endforeach
    @if($faqs->isNotEmpty())

    Frequently Asked Questions

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

    {!! $faq->answer !!}

    @endforeach
    @endif @if($relatedCources->isNotEmpty())
    @endif
    @endsection