{!! Form::label('nome', trans('folha_pagamento.nome'), ['class' => 'control-label']) !!}
{!! Form::text('nome', null, ['class' => 'form-control', 'required' => 'required','placeholder'=>'nome']) !!} {!! $errors->first('nome', '

:message

') !!}
{!! Form::label('mes', trans('folha_pagamento.mes'), ['class' => 'control-label']) !!}
{!! $errors->first('mes', '

:message

') !!}
{!! Form::label('ano', trans('folha_pagamento.ano'), ['class' => 'control-label']) !!}
{!! Form::text('ano', null, ['class' => 'form-control', 'required' => 'required','placeholder'=>'ano']) !!} {!! $errors->first('ano', '

:message

') !!}
{!! Form::label('status', trans('folha_pagamento.status'), ['class' => 'control-label']) !!}
{!! Form::select('status', $status = array('Ativo'=>'Ativo','Bloqueado'=>'Bloqueado'), null, ['class' => 'form-control select2', 'required' => 'required']) !!} {!! $errors->first('status', '

:message

') !!}
{!! Form::label('arquivo', trans('folha_pagamento.arquivo')) !!}
 
Selecione o Arquivo Mudar @if($config->tipo_folha == 'CSV') {!! Form::file('image[]',['multiple' => true]) !!} @else {!! Form::file('image') !!} @endif {!! Form::hidden('arquivo', null) !!} Remover
{!! $errors->first('logo', '

:message

') !!}
{!! Form::label('carga_horaria', 'Carga Horária', ['class' => 'control-label']) !!}
{!! Form::text('carga_horaria', null, ['class' => 'form-control', 'placeholder'=>'Carga']) !!} {!! $errors->first('carga_horaria', '

:message

') !!}
@if($submitButtonText == 'Update') @if(count($cargos) > 0){
Lista de Cargos
CARGO/FUNÇÃO CH QUANTIDADE PROVENTO
@endif @endif