update marketing
All checks were successful
All checks were successful
This commit is contained in:
@@ -52,7 +52,7 @@ class="table-product-img">
|
||||
<a href="#brand-edit-modal" data-bs-toggle="modal" class="brand-edit-btn"
|
||||
data-url="{{ route('business.brands.update', $brand->id) }}"
|
||||
data-brands-name="{{ $brand->brandName }}"
|
||||
data-brands-icon="{{ asset($brand->icon ?? 'assets/images/icons/upload-icon.svg') }}"
|
||||
data-brands-icon="{{ asset($brand->icon) }}"
|
||||
data-brands-description="{{ $brand->description }}"><i
|
||||
class="fal fa-pencil-alt"></i>{{ __('Edit') }}</a>
|
||||
@endusercan
|
||||
|
||||
Reference in New Issue
Block a user