@extends('client.layout') @section('title') Goggles | Shop @endsection @section('keywords') goggles, optic store, sunglasses, eyeglasses, goggles eyeglasses @endsection @section('description') Shop for high-quality glasses and sunglasses at Goggles.com, Starting at just $60. See our huge selection of prescription eyewear in our online store now. @endsection @section('banner') @include('client.components.banner', ['bannerTitle' => "Shop"]) @endsection @section('content') New Arrivals for you {{-- --}} Search Here.. {{-- Price range --}} Choose sort: Name: A-Z Name: Z-A Price: Low to High Price: High to Low Gender All Male Female Categories {{-- --}} @foreach($categories as $category) {{ $category->category_name }} @endforeach {{-- 5% or More --}} Brands {{-- --}} @foreach($brands as $brand) {{ $brand->brand_name }} @endforeach {{-- 5% or More --}} @foreach($products as $product) @include('client.components.product') @endforeach {{ $products->links('vendor.pagination.bootstrap-4') }} Featured Products @foreach($featured_products as $f_product) @include('client.components.featuredProduct') @endforeach @endsection @section('pageScripts') @endsection