@extends('frontend.layouts.app') @section('title', 'Watch Party — ' . $party->episode->anime->title . ' | Animexe') @push('styles') @endpush @section('content')
{{-- ── Ana video alanı ─────────────────────────────────────────── --}}
{{-- Video --}}
@if($party->episode->m3u8_url || $party->episode->video_url) @else
Video yüklenemedi
@endif
{{-- Host kontrol barı --}}
Oda Kodu
{{ $party->room_code }}
Ev Sahibi: {{ $party->host->name ?? '—' }} @auth @if(auth()->id() === $party->host_user_id) Sensin @endif @endauth
0 üye aktif
@auth @if(auth()->id() === $party->host_user_id) @endif @endauth ⏱ bekleniyor... Tam oynatıcı
{{-- ── Sağ panel: Üyeler + Chat ─────────────────────────────────── --}}
{{-- Bölüm bilgisi --}}
@if($party->episode->anime->coverUrl) @endif
{{ $party->episode->anime->title }}
S{{ $party->episode->season->season_number ?? 1 }}E{{ $party->episode->episode_number }} {{ $party->episode->title ? '— ' . $party->episode->title : '' }}
{{-- Aktif üyeler --}}
Aktif Üyeler
{{-- Chat --}}
{{-- Chat input --}} @auth
@else
Giriş yap — sohbete katıl
@endauth
@endsection @push('scripts') @endpush