@section('styles')
{{--
--}} @show
Toggle Navigation
@if (!Auth::guest())
Gráficos Admin
@else
Gráficos Admin
@endif
Portal Athos
{{--
Action
Another action
Something else here
Separated link
--}}
Pagina inicial
Configurações
@if (Auth::guest())
Login
{{--
Register
--}} @else
{{ Auth::user()->name }}
Sair
@endif
@yield('content')
@section('scripts') @show