added required sign

This commit is contained in:
Abhishek Kathuria 2022-08-29 15:45:10 +05:30
parent 4d9b4ff19e
commit a8a95c9dbf
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{!! view_render_event('bagisto.admin.catalog.product.edit_form_accordian.images.controls.before', ['product' => $product]) !!} {!! view_render_event('bagisto.admin.catalog.product.edit_form_accordian.images.controls.before', ['product' => $product]) !!}
<div class="control-group {{ $errors->has('images.files.*') ? 'has-error' : '' }}"> <div class="control-group {{ $errors->has('images.files.*') ? 'has-error' : '' }}">
<label>{{ __('admin::app.catalog.categories.image') }}</label> <label class="required">{{ __('admin::app.catalog.categories.image') }}</label>
<product-image></product-image> <product-image></product-image>