@extends('frontend.layouts.app') @section('title') Shop @endsection @section('seo') @endsection @section('content') {{-- --}}

Find the product You Need


  All Purpose

  •   Small
  •   Medium
  •   Large

  Fire & Security

  All Purpose

  All Purpose
--}}
{{--

ZERNOREX Products

--}}
{{-- LEFT PANEL --}}

Categories:

{{-- @foreach ($brandsss as $brands)

    @foreach ($cats as $catss)
  • category, (array) request('category')) ? 'checked' : '' }} > {{$catss->category}}
  • @endforeach
@endforeach --}}

    @foreach ($cats as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}> {{ $catss->category }}
  • @endforeach {{--
  • Fire Safes for Home & Office
  • --}} {{--
  •   Commercial Fire Safes
  • --}} {{--
  •   Fire Filing Cabinet
  • --}} {{--
  •   Fire Chests
  • --}} {{--
  •   Security Safes
  • --}} {{--
  •   Depository Safes
  • --}} {{--
  •   Pistol Safes
  • --}} {{--
  •   Fire Data Safes
  • --}} {{--
  •   Accessories
  • --}} {{--
  •   Safe Boxes
  • --}}

    @foreach ($te as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}> {{ $catss->category }}
  • @endforeach {{--
  •   Long Gun/Executive Safes
  • --}}

    @foreach ($ti as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}> {{ $catss->category }}
  • @endforeach {{--
  •   Luxury Safes
  • --}} {{--
  •   Professional Safes
  • --}}

    @foreach ($xs as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}> {{ $catss->category }}
  • @endforeach {{--
  •   Standalone Smoke Alarms
  • --}} {{--
  •   Interconnected Smoke Alarms
  • --}} {{--
  •   Smart WiFi Smoke Alarms
  • --}}
{{-- --}}
{{-- RIGHT PANEL --}}

ZENOREX Products

{{-- search --}}
@php $query = request()->input('query'); $category = request()->input('category'); $productCount = $query !== null ? App\Models\Products::where('model', $query) ->where('slug', null) ->count() : ($category !== null ? App\Models\Products::whereIn('category', $category) ->where('slug', null) ->count() : App\Models\Products::where('slug', null)->count()); @endphp {{ $productCount }} Products Found
Sort By:
{{-- --}}
{{-- search --}}
{{-- All Products --}}
@foreach ($product as $products)
{{ $products->category }}

{{ $products->model }}




@if (!$products->sellPrice || $products->sellPrice == '0') P{{ number_format($products->price, 2) }} @else P{{ number_format($products->price, 2) }} - P{{ number_format($products->sellPrice, 2) }} @endif {{-- P{{$products->sellPrice}} --}} {{-- 2 REVIEW --}}

@if ($products->lazada) @endif @if ($products->shopee) @endif

@if ($products->lazada) lazada }}> {{--

{{$products->lazada}}

--}} @endif @if ($products->shopee) shopee }}> @endif
@endforeach
{{-- Sentry Safe --}}
@foreach ($sentry as $products)
{{ $products->category }}

{{ $products->model }}



  Check to Compare Product

P{{ number_format($products->price) }}{{-- 1 REVIEW --}}
@endforeach
{{-- Titan Elite --}}
@foreach ($elite as $products)
{{ $products->category }}

{{ $products->model }}



  Check to Compare Product

P{{ number_format($products->price) }}{{-- 1 REVIEW --}}

@endforeach
{{-- Titan Safe --}}
@foreach ($titan as $products)
{{ $products->category }}

{{ $products->model }}



  Check to Compare Product

P{{ number_format($products->price) }}{{-- 1 REVIEW --}}
@endforeach
{{-- X-Sense --}}









Compare Products

@csrf
{{-- Clear all --}}
@if (session('compare')) @foreach (session('compare') as $prodId => $details)

{{ $details['product']['model'] }}

{{-- --}}
@endforeach @endif

Categories:

    @foreach ($cats as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}>{{ $catss->category }}
  • @endforeach {{--
  •   Safe Boxes
  • --}}

    @foreach ($te as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}>{{ $catss->category }}
  • @endforeach

    @foreach ($ti as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}>{{ $catss->category }}
  • @endforeach

    @foreach ($xs as $catss)
  • category, (array) request('category')) ? 'checked' : '' }}>{{ $catss->category }}
  • @endforeach
{{-- --}}

@if (Session::has('success')) {{ Session::get('success') }} @endif {{-- --}} @endsection