• {{ $configuracion[0]->telefono }}
  • {{ $configuracion[0]->correo }}
@if(Auth::guard('persona')->check()) @else Mi cuenta @endif
@if(count(Cart::getContent())) {{ count(Cart::getContent()) }} @else @endif
    @if(count(Cart::getContent()))

    Tienes {{ count(Cart::getContent()) }} Productos en el carrito.

    @else

    No hay Productos en el carrito.

    @endif
@if(count(Cart::getContent()))
Total @if(session('banderas') == "Chile") ${{ number_format(Cart::getTotal(), 0, ',', '.') }} @else €{{ Cart::getTotal() }} @endif
@else
Total @if(session('banderas') == "Chile") $0 @else €0 @endif
@endif @if(Auth::guard('persona')->check()) Verificar @else Verificar @endif
@php $bd = new_PDOCrud(); $pdomodel = $bd->getPDOmodelObj(); $pdomodel->fetchType = "OBJ"; $catetegory = $pdomodel->select("categorias"); $pagina = $pdomodel->select("pagina"); $page = DB::table("menu")->orderBy('orden_de_pagina', 'asc')->get(); @endphp