TAKEONE
Edit Video
@csrf @method('PUT')
Title
Description
{{ $video->description }}
Orientation
@foreach(['landscape', 'portrait', 'square', 'ultrawide'] as $orientation)
orientation == $orientation ? 'checked' : '' }} class="d-none">
{{ $orientation }}
@endforeach
Thumbnail
@if($video->thumbnail)
@endif
Save Changes
Cancel
@csrf @method('DELETE')
Delete Video