@extends('frontend.layouts.master')
@section('meta_title', $course->title . ' || ' . $setting->app_name)
@push('custom_meta')
@endpush
@push('styles')
@endpush
@section('contents')
{{ $course->instructor->short_bio }} {{ $instructor->instructor->short_bio }}{{ $course->title }}
{{ __('Course Description') }}
{!! clean($course->description) !!}
{{ __('Course Curriculum') }}
@foreach ($chapter->chapterItems as $chapterItem)
@if ($chapterItem->type == 'lesson')
@if ($chapterItem->lesson?->is_free == 1)
@if ($chapterItem->lesson?->file_type == 'video')
@if ($chapterItem->lesson->storage == 'google_drive')
{{ $course->tutor_name }}
{{ $course->instructor->name }}
{{ $course->instructor->job_title }}
{{ __('Partner Instructors') }}
@foreach ($course->partnerInstructors as $instructor)
{{ $instructor->instructor->name }}
{{ $instructor->instructor->job_title }}