@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ $manufacturer->name }}
{{ trans('general.manufacturer') }}
@parent
@stop
@section('header_right')
@stop
{{-- Page content --}}
@section('content')
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table', ['exportFile' => 'manufacturer' . $manufacturer->name . '-export', 'search' => false])
@stop