@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.manufacturers') }} @stop {{-- Page content --}} @section('content') @include ('partials.forms.edit.image-upload', ['image_path' => app('manufacturers_upload_path')])
{{ trans('general.tag_color') }}
{!! $errors->first('tag_color', '') !!}
@stop