@extends('admin.layout.app') @section('title', 'Edit New Video') @push('styles') @endpush @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@method('PUT') @csrf
Supported formats: mp4, webm, ogg. Max size: 100MB.
@endsection @push('scripts') @endpush