@include('admin.partials._validation')
Geral
is_home_featured == 1 ? 'checked' : '' }}>
is_event_featured == 1 ? 'checked' : '' }}>
{!! 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 resolução 268x200 @if ($item->image) Visualizar logo atual @endif
{!! Form::label('Arquivo', '', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('filename', ['class' => 'custom-file-input']) !!} pdf, zip, rar - tamanho maximo: 10mb
@if ($item->filename) Visualizar o arquivo atual @endif
is_active == 1 ? 'checked' : '' }}>