@extends('layouts.desktop') @section('title', 'Experience Plossa Desktop') @section('background') @endsection @section('content')
{{-- Kolom Kiri --}}
{{-- Canvas kiri sebagai panggung, semua absolut agar presisi --}}
{{-- Title (DI ATAS) --}} Make Your Own Plossa {{-- Asset sample (DI BAWAH TITLE) --}} Custom Show
{{-- Kolom Kanan --}}
{{-- Card transparan pakai background image, VIDEO di atasnya --}}
{{-- START NOW button (pakai image seperti mobile) --}} @php $isLoggedIn = session()->has('token'); @endphp @if ($activePromo)
{{-- Close button --}} {{-- Promo Image --}} @if ($activePromo['promo_image']) Promo @endif
@endif
@endsection @push('styles') @endpush ob_start();