@extends('layouts.main') INDICADORES @if($informacoesUsuarioLogado->foto === null) @endif @if($informacoesUsuarioLogado->foto != null) @endif {{ $informacoesUsuarioLogado->usuario }} {{ $informacoesUsuarioLogado->usuario }} {{ $informacoesUsuarioLogado->cargo }} @if($informacoesUsuarioLogado->tipo_usuario == 1) Meu Perfil @endif @if($informacoesUsuarioLogado->tipo_usuario == 1) Painel @endif @if($informacoesUsuarioLogado->tipo_usuario == 1) Gestores @endif @if($informacoesUsuarioLogado->tipo_usuario == 1) Gerentes @endif @if($informacoesUsuarioLogado->tipo_usuario == 1) Lojas @endif Logout ACESSO TODOS GERENTES Olá {{$informacoesUsuarioLogado->usuario}}! Adicionar Gerente Nome E-mail Telefone Editar Excluir @foreach ($gerentes as $gerente) {{ $gerente->name }} {{ $gerente->email }} {{ $gerente->phone }} @endforeach