{{ $modal_title }}
@if( $id == 0 )
@csrf @else
@csrf @endif
Data cadastro
Hora cadastro
Descrição
Permite acesso loc.
tp_locado == "N" ? "selected" : "" }}>NÃO
tp_locado == "S" ? "selected" : "" }}>SIM
Acesso venda
tp_venda == "N" ? "selected" : "" }}>NÃO
tp_venda == "S" ? "selected" : "" }}>SIM
Acesso assitência
tp_assistencia == "N" ? "selected" : "" }}>NÃO
tp_assistencia == "S" ? "selected" : "" }}>SIM
@if ($id != 0)
Responsáveis
@csrf
Data cadastro
Responsável
Selecione ...
@foreach ($responsaveis as $item)
{{ $item->nm_funcionario }}
@endforeach
Salvar
Responsável
Data cadastro
Remover
@forelse ($itens_atuacao as $item)
{{ $item->responsavel->nm_funcionario }}
{{ \Carbon\Carbon::parse($item->dt_cadastro)->format("d/m/Y") }}
@empty
Nenhum registro informado !!!
@endforelse
Fechar
@endif