{{ __('app.apps.add_application') }}
{!! Form::hidden('pinned', '0') !!}
{{ __('app.buttons.cancel') }}
{!! csrf_field() !!} {!! Form::hidden('class', '') !!}
{!! Form::text('title', null, array('placeholder' => __('app.apps.title'), 'id' => 'appname', 'class' => 'form-control')) !!}
{!! Form::select('class', App\Application::applist(), null, array('class' => 'form-control')) !!}
{!! Form::text('colour', null, array('placeholder' => __('app.apps.hex'),'class' => 'form-control color-picker')) !!}
{!! Form::text('url', null, array('placeholder' => __('app.url'), 'id' => 'appurl', 'class' => 'form-control')) !!}
{!! Form::select('tags[]', $tags, $current_tags, ['class' => 'tags', 'multiple']) !!}
@if(isset($item->icon) && !empty($item->icon) || old('icon')) icon)) $icon = $item->icon; else $icon = old('icon'); ?> {!! Form::hidden('icon', $icon, ['class' => 'form-control']) !!} @else @endif

Preview

@include('items.preview')
@if(isset($item) && $item->enhanced())
@if(isset($item)) @include('SupportedApps::'.$item->getconfig()->name.'.config') @endif
@else
@endif