@extends('layouts.app') @section('title', 'Edit ' . $video->title . ' | TAKEONE') @section('extra_styles') @endsection @section('body_class', 'edit-page-only edit-page-responsive') @section('content')
Update your video details
@csrf @method('PUT')
@if($video->thumbnail) Current thumbnail @endif
No thumbnail

Click to select new thumbnail

JPG, PNG, WebP up to 5MB

Cancel

Danger Zone

@csrf @method('DELETE')
@endsection @section('scripts') @endsection