@extends('frontend.layouts.main') @section('head') @section('og:title', $cource->title." | Courses") @section('og:description', $cource->description) @section('og:image', $cource->banner_image) @section('og:image:width', '200') @section('og:image:height', '130') @section('og:type', 'website') @endsection @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 ? $cource->city_name : '-' }}

Foundation Level
{!! $cource->foundational_description !!}
@foreach($topics as $key => $topic)

{!! $topic->description !!}
@endforeach
@if($cource->address)
Address- {!! $cource->address !!}
@endif
Start Date & Time- {{ date('M d, Y h:i A', strtotime($cource->start_date)) }}
End Date & Time- {{ date('M d, Y h:i A', strtotime($cource->end_date)) }}
Contact- {{$cource->contact_info}}
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
Networking Opportunities:

Build a strong professional network by connecting with peers, mentors, and industry leaders, opening doors to internships, mentorships, and collaborative projects that accelerate your career trajectory.

{{$cource->title}}

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

Instructor- {{$instructorsNames}}

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

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