back

@lang('main.category')

@foreach (categories()->whereNotNull('category_id') as $c)
id,request()->get('category',[]))) || (in_array($c->category_id,request()->get('category',[]))) ) ? 'checked' : '' }} value="{{ $c->id }}" class="custom-control-input" id="{{ $c->name }}">
@endforeach {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}

@lang('main.colors')

@foreach ($colorList as $color)
id,request()->get('color_id',[]))) || (in_array($color->id,request()->get('color_id',[]))) ) ? 'checked' : '' }} value="{{ $color->id }}" class="custom-control-input" id="{{ $color->color }}">
@endforeach

@lang('main.sizes')

@foreach ($sizeList as $size)
id,request()->get('size_id',[]))) || (in_array($size->id,request()->get('size_id',[]))) ) ? 'checked' : '' }} value="{{ $size->id }}" class="custom-control-input" id="{{ $size->size }}">
@endforeach
{{--
--}} {{--

price

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@if (count($productsNew->toArray()))
new product
@forelse ($productsNew as $pros)
@forelse ($pros as $pro)
{{ $pro->getName() }}
{{ $pro->getName() }}

{{ $pro->getPrice() }}

@empty @endforelse
@empty @endforelse
@endif {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
Slim Fit Cotton Shirt
--}} {{--

$500.00

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
Slim Fit Cotton Shirt
--}} {{--

$500.00

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@if ($p = request()->get('perPage',null)) @endif
@php($perPage = $products->perPage() * $products->currentPage())
Showing Products {{ ( $perPage - $products->perPage() + 1 ) }} -{{ $products->total() > $perPage ? $perPage : $products->total() }} of {{ $products->total() }} Result
  • grid-view
  • grid-view
  • grid-view
  • grid-view
@forelse ($products as $product)
@empty @endforelse
{{ $products->links() }}
Showing Products {{ ( $perPage - $products->perPage() + 1 ) }} -{{ $products->total() > $perPage ? $perPage : $products->total() }} of {{ $products->total() }} Result