@extends('layouts.admin') @section('content')

Edit Video

@method('PATCH') @csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('url')) {{ $errors->first('url') }} @endif
Cancel
@endsection