@extends('layouts.app') @push('stylesheets') @endpush @push('scripts') @endpush @section('content')

Upload
{!! csrf_field() !!}
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@include('partials.richTextEditor', ['content' => '', 'inputName' => 'description'])
@include('partials.tagsinput', array($errors)) @if ($errors->has('tags')) {{ $errors->first('tags') }} @endif

*Felder müssen ausgefüllt werden.
@endsection