@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('desktop', 'Imagem Desktop *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('desktop', ['class' => 'custom-file-input']) !!}
Utilizar resolução 1366x768 @if ($item->desktop) Visualizar logo atual @endif
is_active == 1 ? 'checked' : '' }}>

{!! Form::label('description', 'Descrição', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::text('description', $item->description, ['class' => 'form-control', 'placeholder' => 'Descrição']) !!} Limite de 100 caracteres!
{!! Form::label('button', 'Nome do botão', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::text('button', $item->button, ['class' => 'form-control', 'placeholder' => 'Saiba Mais']) !!}
{!! Form::label('link', 'Link do botão', ['class' => 'col-sm-1 col-form-label text-sm-left']) !!}
{!! Form::text('link', $item->link, ['class' => 'form-control', 'placeholder' => 'Link HTTPS']) !!}