@extends('layouts/default') {{-- Page title --}} @section('title') {{ $manufacturer->name }} {{ trans('general.manufacturer') }} @parent @stop @section('header_right')
@stop {{-- Page content --}} @section('content')
@section('moar_scripts') @stop @stop