@extends('layout') @section('content')
{!! csrf_field() !!}
{!! Form::text('interpret', null, ['class' => 'form-control', 'placeholder' => 'Interpret']) !!}
{!! Form::text('songtitle', null, ['class' => 'form-control', 'placeholder' => 'Song Title']) !!}
{!! Form::text('imgsource', null, ['class' => 'form-control', 'placeholder' => 'Video Source']) !!}
id] = $cat->name; } ?> {!! Form::select('category', $categories, 8, ['class' => 'form-control']) !!}
{!! Form::file('file', ['class' => 'form-control', 'placeholder' => 'Select file']) !!}
Vor dem hochladen bitte die AGB lesen.
Das Regelwerk
  • 1. WebMs müssen Ton haben!
  • 2. Keine Videos mit Minderjährigen die gerade ordentlich geweitet werden. Keep it legal! ;)
  • 3. Sei kein Hurensohn!
Du kannst täglich 20 WebMs scheißeposten mit einer maximalen Dateigröße von 10MB.
@endsection