Fixes on adding price & errors
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
@if (isset($buttons))
|
||||
{{ $buttons }}
|
||||
@endif
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
|
||||
<button type="button" class="btn btn-info apply">Apply</button>
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{ __('close') }}</button>
|
||||
<button type="button" class="btn btn-info apply">{{ __('apply') }}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user