@extends('templates.layouts.base') @section('content')

{{$category->lang()->title}}

@foreach($filters as $filter) {{$filter->lang()->label}} @endforeach
@foreach($products as $product) @endforeach
@stop