{{ __('app.apps.preview') }}
{!! Form::hidden('pinned', '0') !!}
{{ __('app.buttons.cancel') }}
@include('items.preview')
{!! Form::select('appid', App\Application::applist(), null, array('class' => 'form-control config-item', 'id' => 'apptype', 'data-config' => 'type')) !!}
{!! Form::text('website', $item->url ?? null, array('placeholder' => __('app.apps.website'), 'id' => 'website', 'class' => 'form-control')) !!} Don't forget http(s)://
{{ __('app.apps.add_application') }}
{!! csrf_field() !!}
{!! Form::text('title', null, array('placeholder' => __('app.apps.title'), 'id' => 'appname', 'class' => 'form-control', 'required')) !!}
{!! Form::text('colour', $item->colour ?? '#161b1f', array('placeholder' => __('app.apps.hex'), 'id' => 'appcolour', 'class' => 'form-control color-picker set-bg-elem')) !!}
{!! Form::text('url', $item->url ?? null, array('placeholder' => __('app.url'), 'id' => 'appurl', 'class' => 'form-control', 'required')) !!} Don't forget http(s)://
{!! Form::select('tags[]', $tags, $current_tags, ['class' => 'tags', 'multiple']) !!}
@if(isset($item->icon) && !empty($item->icon) || old('icon'))
Fatal error: Uncaught Error: Call to undefined function old() in C:\xampp\htdocs\resources\views\items\form.blade.php:85 Stack trace: #0 {main} thrown in C:\xampp\htdocs\resources\views\items\form.blade.php on line 85