@php $logoPath = 'assets/img/logos/logo.png'; if (Auth::check() && Cookie::get('empresa_cnpj')) { $cnpj = Cookie::get('empresa_cnpj'); $extensoes = ['png', 'jpg', 'jpeg']; foreach ($extensoes as $ext) { $empresaLogo = "storage/logos/{$cnpj}.{$ext}"; if (file_exists(public_path($empresaLogo))) { $logoPath = $empresaLogo; break; } } } @endphp E-Ticons
  • Páginas
  • Página Inicial
  • Notificações
  • Bens
  • Consultar QR
  • Operações
  • Configurações
  • @csrf Sair