@yield('cabecalho')
home
PayNow
@if(!auth()->user())
Entrar
@else
{{ auth()->user()->nome }}
Página inicial
Alterar senha
Sair
@endif
@yield('conteudo') @if(request()->session()->exists('pedido'))
local_grocery_store
{{ COUNT(request()->session()->get('pedido')) }}
@endif
@yield('scripts')