@extends('profilelayout') @section('content')

Upload

{!! Form::text('videotitle', null, ['id' => 'videotitle', 'class' => 'form-control', 'placeholder' => 'Video Title']) !!}
{!! Form::text('interpret', null, ['id' => 'interpret', 'class' => 'form-control', 'placeholder' => 'Artist']) !!}
{!! Form::text('songtitle', null, ['id' => 'songtitle', 'class' => 'form-control', 'placeholder' => 'Songtitle']) !!}
{!! Form::text('imgsource', null, ['id' => 'imgsource', 'class' => 'form-control', 'placeholder' => 'Video Source']) !!}
id] = $cat->name; ?> {!! Form::select('category', $categories, 8, ['id' => 'category', 'class' => 'form-control']) !!}
{!! Form::checkbox('nsfw', 'true', false, ['id' => 'nsfw']) !!}
{!! Form::text('tags', null, ['id' => 'tags_upload', 'class' => 'form-control', 'placeholder' => 'Input tags...', 'name' => 'tags', 'data-role' => 'tagsinput']) !!}
@include('partials.flash')

Before you fire the laz0r make sure you have read the Rules!
With great power comes great responsibility

10 uploads every 12 hours. – Maximum filesize: 40MB. – Only .webm (vp8/vp9) with sound allowed. Need help?

@endsection