@extends('web.layouts.app') @section('title',$category->name[App::getLocale()]) @section('content')

{{$category->name[App::getLocale()]}}

@foreach($products as $row) @include('web.products.item') @endforeach

@lang('site.sortBy')

@lang('site.sortBy')

@lang('site.price')

@lang('site.ras_in')
@lang('site.ras_to')

@lang('site.color')

@lang('site.CountryOfOrigin')

@lang('site.amount')

@stop