@extends('layouts.admin') @section('title', $video->exists ? 'Edit Video' : 'Video Baru') @section('page-title', $video->exists ? 'Edit Video' : 'Tambah Video') @section('content')
@csrf @if($video->exists) @method('PUT') @endif

YouTube: ID setelah ?v= . Vimeo: ID angka.

Batal
@endsection