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