@props(['playlist']) @php $pl = $playlist; $firstVid = $pl->videos->first(); $plUrl = $firstVid ? route('videos.show', $firstVid) . '?playlist=' . $pl->share_token : route('playlists.show', $pl->id); @endphp @once @endonce