@extends('adminlte::page') @section('title', 'Tambah Video') @section('content_header')

Tambah Video

@stop @section('content')
@csrf
@error('title') {{ $message }} @enderror
Contoh: dQw4w9WgXcQ (ID dari URL Youtube) @error('youtube_id') {{ $message }} @enderror
Kembali
@stop