@include('admin.partials._validation')
Primeiro box
{!! Form::label('box1_title', 'Título', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('box1_title', $governance->box1_title, ['class' => 'form-control', 'placeholder' => 'Título']) !!}
{!! Form::label('box1_description', 'Descrição', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('box1_description', $governance->box1_description, ['class' => 'form-control', 'placeholder' => 'Descrição']) !!}
{!! Form::label('box1_icon', 'Ícone *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('box1_icon', ['class' => 'custom-file-input', 'accept' => 'image/jpeg, image/png, image/jpg, image/svg+xml']) !!}
Utilizar resolução 100x100 @if ($governance->box1_icon) Visualizar ícone atual @endif
box1_is_active == 1 ? 'checked' : '' }}>
Primeiro Cargo
{!! Form::label('first_role', 'Cargo', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('first_role', $item->first_role, ['class' => 'form-control', 'placeholder' => 'Cargo']) !!}
{!! Form::label('first_role_name', 'Nome', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('first_role_name', $item->first_role_name, ['class' => 'form-control', 'placeholder' => 'Nome']) !!}
{!! Form::label('first_role_linkedin', 'Linkedin', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('first_role_linkedin', $item->first_role_linkedin, ['class' => 'form-control', 'placeholder' => 'Linkedin']) !!}
Segundo Cargo
{!! Form::label('second_role', 'Cargo', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('second_role', $item->second_role, ['class' => 'form-control', 'placeholder' => 'Cargo']) !!}
{!! Form::label('second_role_name', 'Nome', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('second_role_name', $item->second_role_name, ['class' => 'form-control', 'placeholder' => 'Nome']) !!}
{!! Form::label('second_role_linkedin', 'Linkedin', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('second_role_linkedin', $item->second_role_linkedin, ['class' => 'form-control', 'placeholder' => 'Linkedin']) !!}
Segundo box
{!! Form::label('box2_title', 'Título', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('box2_title', $governance->box2_title, ['class' => 'form-control', 'placeholder' => 'Título']) !!}
{!! Form::label('box2_description', 'Descrição', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('box2_description', $governance->box2_description, ['class' => 'form-control', 'placeholder' => 'Descrição']) !!}
{!! Form::label('box2_icon', 'Ícone *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('box2_icon', ['class' => 'custom-file-input', 'accept' => 'image/jpeg, image/png, image/jpg, image/svg+xml']) !!}
Utilizar resolução 100x100 @if ($governance->box2_icon) Visualizar ícone atual @endif
box2_is_active == 1 ? 'checked' : '' }}>
Terceiro box
{!! Form::label('box3_title', 'Título', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('box3_title', $governance->box3_title, ['class' => 'form-control', 'placeholder' => 'Título']) !!}
{!! Form::label('box3_description', 'Descrição', ['class' => 'col-form-label text-sm-left']) !!} {!! Form::text('box3_description', $governance->box3_description, ['class' => 'form-control', 'placeholder' => 'Descrição']) !!}
{!! Form::label('box3_icon', 'Ícone *', ['class' => 'col-sm-2 col-form-label text-sm-left']) !!}
{!! Form::file('box3_icon', ['class' => 'custom-file-input', 'accept' => 'image/jpeg, image/png, image/jpg, image/svg+xml']) !!}
Utilizar resolução 100x100 @if ($governance->box3_icon) Visualizar ícone atual @endif
box3_is_active == 1 ? 'checked' : '' }}>