@extends('core::layouts.master') @section('title', $course['title'] . ' - ASETQU V.2') @section('meta_description', $course['description']) @push('styles') @endpush @section('content') {{-- Hero Section --}} Kembali Detail Academy {{-- --}} {{-- Academy Detail Section --}} {{-- Main Video Content --}} {{-- Video Player --}} @if($course->thumbnail) @else @endif {{-- Video iframe will be injected here --}} {{-- Video Info --}} {{ $course->title }} {{ number_format($course->view_count) }} views {{-- {{ ucfirst($course->level) }} --}} {!! nl2br(e($course->description)) !!} {{-- Sidebar - Related Videos --}} Video lainnya @forelse($relatedCourses as $related) @if($related->thumbnail) @else @endif {{ $related->title }} {{ Str::limit($related->description, 80) }} @empty Tidak ada video terkait @endforelse @endsection @push('scripts') @endpush
{{ Str::limit($related->description, 80) }}
Tidak ada video terkait