@vite(['resources/css/app.css', 'resources/js/app.js']) @yield('head')
Secure
Vision
Início
Serviços
Projetos
Sobre
Contactos
@auth @if(in_array(Auth::user()->role, ['Admin','Manager','Technician']))
Dashboard
@else
Minha Área
@endif @else
Login
@endauth
Orçamento
Início
Serviços
Projetos
Sobre
Contactos
@auth @if(in_array(Auth::user()->role, ['Admin','Manager','Technician']))
Dashboard
@else
Minha Área
@endif @else
Login
@endauth
Orçamento
@yield('content')