@extends('frontend.layouts.main') @section('head') @section('og:title', $master_class->title . " | Masterclass") @section('og:description', $master_class->description) @section('og:image', $master_class->image) @section('og:image:width', '1200') @section('og:image:height', '630') @section('og:type', 'website') @endsection @section('content') @section('content')

{{ $master_class->title }}

{!! $master_class->description !!}

{{ $master_class_users_count }} students

{{ number_format($rating, 1) }} Rating

{{ $master_class->duration }}

{{ $master_class->language }}

{{ $master_class->cc_language }}

Level Up Your Skills: Invest in Your Future Today!

@if($master_class->pricing=='PREMIUM')
₹ {{ $master_class->price }} ₹ {{ $master_class->discouted_price }}
@endif @if (Auth::user())
@endif
@if (Auth::user()) @if ($master_class_user) @php $status=""; if($masterClassLectures === $masterClassWatchedLecturesCount){ $status="Completed"; }else if($masterClassWatchedLecturesCount >0){ $status="In progress"; }else{ $status="Start learning"; } @endphp {{$status}} @elseif ($master_class->pricing == "FREE") Start Learning @else @endif @else Register Now @endif
@foreach ($master_class->master_class_topics as $index=> $master_class_topic)

@foreach ($master_class_topic->master_class_lectures as $key => $lecture)
@if (Auth::user()) @else {{-- Show signup link for other loop iterations --}}
@endif

{{ $lecture->title }}

Lesson {{ $key + 1 }}

{{ $lecture->duration_hour }} hr {{ $lecture->duration_minutes }} mn

@if (!$loop->first || (!$loop->parent->first && $loop->parent->index != 0) ) @if(!$master_class_user && $master_class->pricing=="PREMIUM")
@endif @endif
@endforeach
@endforeach

Description

{!! $master_class->long_description !!}

UNOCUE Masterclass

{{$master_class->title}}

logo
logo
logo
logo

Know your Instructor

@foreach ($instructors_data as $instructor)
logo

{{ $instructor->instructor->name }}

{{ $instructor->designation }}

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

    @endforeach {{--
    logo

    Heenal Gada

    Heenal Gada

  • 4.5 Instructor rating
  • 1000 Reviews
  • 1500 Students
  • 4 Courses
  • Heenal Gada is an Equity Research Analyst at ICICI Securities - Institutional Equities. Prior to this, she was associated with Motilal Oswal Financial Securities and Ambit Capital. She has an experience of 2+ years covering ~25 equity scrips within sectors of Technology, Internet and Staffing. Heenal has also been actively involved in IPOs of Nykaa, Latent View and Zomato. On the academic front, Heenal has cleared all three levels of CFA and is also a Chartered Accountant.

    --}}

    Hear from Our Masterclass Alumni

    @foreach($masterClassFeedbacks as $masterClassFeedback)
    @if($masterClassFeedback->user->student && $masterClassFeedback->user->student->profile_image) @else @endif

    {{$masterClassFeedback->user->username}}

    {{$masterClassFeedback->description}}

    @endforeach
    @endsection