@include('admin.partials._validation')
Geral
{!! Form::label('title', 'Titulo *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::text('title', $item->title, ['class' => 'form-control', 'placeholder' => 'Título']) !!}
{!! Form::label('description', 'Descrição *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::textarea('description', $item->description, ['class' => 'form-control', 'placeholder' => 'Descrição']) !!}
{!! Form::label('icon', 'Ícone *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('icon', ['class' => 'custom-file-input', 'accept' => 'image/jpeg, image/png, image/jpg, image/svg+xml']) !!}
Utilizar resolução 100x100 @if ($item->icon) Visualizar ícone atual @endif
is_active == 1 ? 'checked' : '' }}>