{{ $errors->first('product.name') }}
{{ trans('cruds.product.fields.name_helper') }}
{{ $errors->first('product.description') }}
{{ trans('cruds.product.fields.description_helper') }}
{{ $errors->first('product.price') }}
{{ trans('cruds.product.fields.price_helper') }}
{{ $errors->first('category') }}
{{ trans('cruds.product.fields.category_helper') }}
{{ $errors->first('tag') }}
{{ trans('cruds.product.fields.tag_helper') }}
{{ $errors->first('mediaCollections.product_photo') }}
{{ trans('cruds.product.fields.photo_helper') }}
{{ $errors->first('product.bisiness_id') }}
{{ trans('cruds.product.fields.bisiness_helper') }}
{{ trans('global.cancel') }}