@extends('layouts.app') @section('title', $playlist->name . ' | ' . config('app.name')) @section('extra_styles') @endsection @section('content') @php $canEdit = $playlist->canEdit(Auth::user()); $firstVideo = $videos->first(); $firstUrl = $firstVideo ? route('videos.show', $firstVideo) . '?playlist=' . $playlist->share_token : null; $thumbBg = $playlist->thumbnail_url; @endphp
Add videos to this playlist to start watching.