@extends('layouts.app') @section('title', 'Reproduzir: ' . $screen->name) @section('content')

Reproduzir Tela

@php $firstMedia = $screen->media->first(); @endphp @if ($firstMedia && $firstMedia->thumbnail_path && Storage::disk('upload_thumbnail')->exists($firstMedia->thumbnail_path)) Thumbnail da tela @else
@endif
{{ $screen->name }}
Pronto para reproduzir
@endsection @push('scripts') @vite(['resources/js/playback-public.js']) @endpush