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

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

{{$manufacturer->lang()->section(0)}}

    @foreach($products as $product)
  • @include('templates.shop.parts.prod-item')
  • @endforeach
{{$products->links()}}
@stop