@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('link', 'Link', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::text('link', $item->link, ['class' => 'form-control', 'placeholder' => 'Link']) !!} Utilizar https://
{!! Form::label('image', 'Imagem *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('image', ['class' => 'custom-file-input']) !!}
Recomendado utilizar Largura menor que 180px @if ($item->image) Visualizar logo atual @endif
is_active == 1 ? 'checked' : '' }}>