@extends('layouts/edit-form', [ 'createText' => trans('admin/manufacturers/table.create') , 'updateText' => trans('admin/manufacturers/table.update'), 'helpTitle' => trans('admin/manufacturers/table.about_manufacturers_title'), 'helpText' => trans('admin/manufacturers/table.about_manufacturers_text'), 'formAction' => (isset($item->id)) ? route('manufacturers.update', ['manufacturer' => $item->id]) : route('manufacturers.store'), ]) {{-- Page content --}} @section('inputFields') @include ('partials.forms.edit.image-upload', ['image_path' => app('manufacturers_upload_path')])
{{ trans('general.tag_color') }}
{!! $errors->first('tag_color', '') !!}
@stop