{{ csrf_field() }}


@if (isset($video) && $video->image != '')
@endif
{{-- TODO: Convert Form::select for type manually --}}

@if (isset($video) && $video->file != '')
{{$video->file}} @endif

@section('extra_css') @stop @section('extra_js') @stop