Llámanos: {{ $settings->whatsap }}
  • Links
    • @if(Auth::user()) Accede @else Accede @endif / Registrate
Sinergia Logo
@if(Auth::user()) Mi cuenta @else Mi cuenta @endif
{{ $carrito_header }} Carrito
Explorar categorías
    @foreach($categorias as $cate)
  • subcategoria->count() > 0) class="sf-with-ul" href="#" @else href="{{ route('tienda-externa-filtros', ['tipo' => '1', 'categoria' => $cate->id, 'search' => '']) }}" @endif>{{ $cate->titulo }} @if($cate->subcategoria->count() > 0) @php $servicios = DB::table('subcategorias')->select('idservicio')->where('idcategoria', '=', $cate->id)->groupBy('idservicio')->take(4)->get(); @endphp
    @foreach($servicios as $ser) @php $servicio_nombre = DB::table('servicios')->select('nombre')->where('id', '=', $ser->idservicio)->first(); $subcategorias = DB::table('subcategorias')->select('id','nombre')->where('idcategoria', '=', $cate->id)->where('idservicio', '=', $ser->idservicio)->get(); @endphp
    {{ $servicio_nombre->nombre }}
      @foreach($subcategorias as $sub)
    • {{ $sub->nombre }}
    • @endforeach
    @endforeach
    @if($cate->banner != null)
    Banner
    @endif
    @endif
  • @endforeach
  • Inicio
  • @foreach($header as $head) @if($head->tipo == 0) @php $item = DB::table('header')->select('title','url','idheader')->where('idheader', '=', $head->id)->get(); @endphp
  • count() > 0) class="sf-with-ul" @endif>{{ $head->title }} @if($item->count() > 0)
      @foreach($item as $ite)
    • {{ $ite->title }}
    • @endforeach
    @endif
  • @endif @endforeach

{{ $settings->eslogan }}

  • Menu
  • Categorías
  • Inicio
  • @foreach($header as $head) @if($head->tipo == 0) @php $item = DB::table('header')->select('title','url','idheader')->where('idheader', '=', $head->id)->get(); @endphp
  • count() > 0) class="sf-with-ul" @endif>{{ $head->title }} @if($item->count() > 0)
      @foreach($item as $ite)
    • {{ $ite->title }}
    • @endforeach
    @endif
  • @endif @endforeach
    @foreach($categorias as $cate)
  • {{ $cate->titulo }}
  • @endforeach