@extends('layouts.css')
@vite(['resources/sass/app.scss', 'resources/js/app.js'])
Atalhos
Home
Videos
Fechamentos
@if(Auth::check()) @php $usuarioAutenticado = Auth::user(); @endphp @if($usuarioAutenticado->isAdmin())
Cidades
@endif @endif
@if(Auth::check()) @php $usuarioAutenticado = Auth::user(); @endphp
@csrf
Sair
@else
Login
Registrar
@endif
@yield('content')