@extends('layouts/default') {{-- Page title --}} @section('title') @if ($manufacturer->id) {{ trans('admin/manufacturers/table.update') }} @else {{ trans('admin/manufacturers/table.create') }} @endif @parent @stop @section('header_right') {{ trans('general.back') }} @stop {{-- Page content --}} @section('content')
@if ($manufacturer->id)

{{ $manufacturer->name }}

@endif
{!! $errors->first('name', ' :message') !!}

Have Some Haiku

Serious error.
All shortcuts have disappeared.
Screen. Mind. Both are blank.

@stop