@extends('admin.layout') @section('title', 'Edit Video') @section('page_heading', 'Edit Video') @section('content')
@csrf @method('PUT')
Accepted URL formats:
https://www.youtube.com/watch?v=XXXXXXXXXXX (standard watch link)
https://youtu.be/XXXXXXXXXXX (short link)
https://www.youtube.com/embed/XXXXXXXXXXX (embed link)
Do not paste a playlist URL or channel URL — paste only a single video link.
@error('youtube_url')
{{ $message }}
@enderror
is_published) ? 'checked' : '' }}>
Back
@endsection