@extends('layouts.app') @push('title')

Playlist Create

@endpush @section('content')
@role('root|admin')
@csrf @endrole

Edit Playlist

status ? 'checked' : '' }}>
is_paid ? 'checked' : '' }}>
@role('root|admin')
@endrole
@endsection @push('scripts') @endpush