@php if(env('FILESYSTEM_DRIVER') == 's3') { $fileurlbase = env('URLS3') . '/' . env('FILEKEY') . '/'; } else { $fileurlbase = env('APP_URL') . '/'; } @endphp
{!! Form::label('','Empresa') !!} {!! Form::select('empresa', $cadastro_de_empresa_nome_da_empr, $motivo_demissao->empresa, ['class' => 'form-control input_empresa select_relationship ', 'data-sub' => '', 'data-live-search' => 'true', 'data-none-selected-text' => true, 'controller' => 'cadastro_de_empresa' , "id" => "input_empresa",'disabled' => 'disabled',]) !!}
{!! Form::label('','Motivo') !!} {!! Form::text('motivo', $motivo_demissao->motivo, ['class' => 'form-control' , "id" => "input_motivo",'disabled' => 'disabled',]) !!}