@extends('layouts.protocolo') @section('content')

Gerenciador

(Incluir Novo Registro)
@csrf


@foreach($gerenciadores as $g) @endforeach
Nome Completo Login Celular Status Nivel Setor/Lotação Ação
{{$g->USU_NOME}} {{$g->USU_LOGIN}} {{$g->USU_FONE}} {{$g->USU_ATIVO == 'A' ? 'Ativo' : 'Inativo'}} {{$nivel[$g->USU_NIVEL]}} {{$g->SET_DESCRICAO}}
@endsection @push('script') @endpush