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

No video selected

@endsection @push('scripts') @endpush