@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Upload Welcome Video

Upload New Video

@if ($errors->any()) @endif
@csrf
@error('title')
{{ $message }}
@enderror
Allowed formats: MP4, MPEG, MOV, AVI, WebM. Maximum size: 100MB @error('video')
{{ $message }}
@enderror
Cancel
@endsection