@extends('core::layouts.master') @section('title', $title . ' - ASETQU V.2') @section('meta_description', $meta_description) @push('styles') @endpush @section('content') {{-- Hero Section --}}

AsetAcademy untuk
Ekonomi Digital Masa Depan

Pembelajaran terstruktur yang dirancang untuk membantu Anda
memahami, menganalisis, dan berkembang di dunia aset digital

{{-- Learning Categories Section --}}

Video Edukasi

{{-- Courses Section --}}
@forelse($videos as $video)
Terbaru @if($video->thumbnail) {{ $video->title }} @endif
@if($video->youtube_video_id) @else @endif

{{ Str::limit($video->title, 50) }}

{{ $video->title }}

Durasi: {{ $video->duration_minutes ?? '10' }} Menit {{-- Target: --}} {{-- {{ ucfirst($video->level) }} --}}
Tonton Video
@empty

Belum ada video tersedia

@endforelse
@endsection @push('scripts') @endpush