@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('image', 'Imagem *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('image', ['class' => 'custom-file-input']) !!}
Utilizar PNG ou JPG de no maximo 120X50 @if ($item->image) Visualizar logo atual @endif
is_active == 1 ? 'checked' : '' }}>