@extends('layouts.admin') @section('title', 'Playing: ' . $currentEpisode->title) @section('content')

{{ $movie->title }}

Now Playing: {{ $currentEpisode->title }}

Back to Movie
Playback Speed:
@if($nextEpisode) Up Next: {{ $nextEpisode->title }} Next @else End of Playlist @endif

Playlist

{{ $episodes->count() }} downloaded episodes

@push('scripts') @endpush @endsection