@extends('main.layouts.app') @section('content')

Vertical Box

@if (session()->has('success_message')) @endif @if (count($errors) > 0) @endif
@csrf @if (isset($verticalbox)) @method('PUT') @endif
@if (isset($verticalbox) && $verticalbox->video_thumbnail) Current Video Thumbnail @endif
@if (isset($verticalbox) && $verticalbox->video_src) @endif
@endsection