@php $_v = '07092024-002'; if(ENV('LOGO')){ if(strpos(ENV('LOGO'),'-S3.') !== false){ $LOGO = ENV('URLS3').'/'.ENV('FILEKEY').'/images/'.ENV('LOGO'); }else { $LOGO = 'https://dashboard.rizerapps.com/images/'.ENV('LOGO'); } }else { $LOGO = 'https://rizer.com.br/cubo.png'; } if(env('FILESYSTEM_DRIVER') == 's3'){ $fileurlbase = env('URLS3') . '/' . env('FILEKEY') . '/'; }else { $fileurlbase = env('APP_URL') . '/'; } $select_enable_create = 0; $isPublic = 0; @endphp @extends($isPublic ? 'layouts.app-public' : 'layouts.app') @section('content') @section('style') @endsection

Motivo Demissão

{!! 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',]) !!}
@if(!$isPublic) Voltar @endif Imprimir
@section('script') @endsection @endsection