@use('App\Models\Video') @use('App\Enums\VideoStatus') @extends('layouts.user') @section('title', 'Create video') @section('content') {{ Breadcrumbs::render('create_video', $video) }} @if ($errors->any())

Oups some fields are incorrect

@endif

Create new video

@csrf
Details

A catchy title can help you hook viewers.
/ {{config('validation.video.title.max')}}
Writing descriptions with keywords can help viewers find your videos more easily through search.
/ {{config('validation.video.description.max')}}
Secondary

Playlists

Video Link
{{$video->route}}
Original file name
{{$video->original_file_name}}
File size
@size($video->size)
Video ID
{{$video->uuid}}
Visibility

{{VideoStatus::PLANNED->value}}
Thumbnail *

Select or upload a picture that shows what's in your video. A good thumbnail stands out and draws viewers' attention.
Comments and ratings

Complete Later
@include('users.partials.crop') @endsection @push('scripts') @endpush