@php $link = 0; $paginas = App\Pagina::where('menu', 1)->orderBy('ordem')->get(); $menus = App\MenuSegmento::select('segmento', 'id_segmento')->where('web_mn_main', '>', 0)->groupBy('segmento', 'id_segmento', 'web_mn_main')->orderBy('web_mn_main')->get(); @endphp @if(config('site.pop_up')) @endif @include('layouts.front.carts.cart-modal')
{{--VERSÃO DESKTOP--}}
Monte seu pedido no site, retire na loja
Parcele em até {!! config('cart.parc_sem_juros')!!} vezes sem juros
@php if(auth()->check()){ $name = explode(' ', auth()->user()->name); $firstName = reset($name); } else { $firstName = 'visitante'; } @endphp
Olá, {!! $firstName !!}!
@if (auth()->check())
Minha conta
@else
Faça seu login
@endif
@include(config('site.domain').'.layouts.front.menu-superior')
{{--FIM VERSAO DESKTOP--}}
@include(config('site.domain').'.layouts.front.header-mobile')