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

Update Video

@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif

Edit Video

@foreach($videolangs as $key=>$videolang) @if($key == 0) @endif @endforeach
@foreach($videolangs as $key=>$videolang) @if($key > 0)
@endif @endforeach
@foreach($videosizes as $key=>$videosize) @if($key == 0) @endif @endforeach
@foreach($videosizes as $key=>$videosize) @if($key > 0)
@endif @endforeach
@foreach($videogenres as $key=>$videogenre) @if($key == 0) @endif @endforeach
@foreach($videogenres as $key=>$videogenre) @if($key > 0)
@endif @endforeach
@foreach($videocategories as $key=>$videocategory) @if($key == 0) @endif @endforeach
@foreach($videocategories as $key=>$videocategory) @if($key > 0)
@endif @endforeach
@foreach($file as $imageFile)
id/$imageFile") }}" width="100" height="100"/> default_image) checked @endif >
@endforeach
@include('elements.popup') @endsection