@extends('navbar.default-navbar') @section('content')
Você está em: {{$unidade->name}}
GESTORES
@if ($errors->any())
@endif
@foreach($gestores as $gestor) @csrf @if($gestor->status_gestores == 0) @else @endif @endforeach
Nome E-mail Setor Unidade Alterar Inativar
{{$gestor->nome}}
{{$gestor->email}}
{{$gestor->setor}}
{{$gestor->unidade_id}}
@endsection