@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) {{ $course->title }} @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 --}}
@endsection @push('scripts') @endpush