@extends('layouts.user') @section('title', 'Playlist detail') @section('content') {{ Breadcrumbs::render('edit_playlist', $playlist) }} @if ($errors->any())

Oups some fields are incorrect

@endif

Playlist detail

See Playlist
@method('PUT') @csrf
Details

A catchy title can help you hook viewers.
/ {{config('validation.playlist.title.max')}}
Writing descriptions with keywords can help viewers find your videos more easily through search.
/ {{config('validation.playlist.description.max')}}
Cancel
@endsection