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

Edit Video

@if ($errors->any())
@endif
@csrf @method('PUT')
Back
@endsection