diff --git a/resources/views/partials/forms/checkout-selector.blade.php b/resources/views/partials/forms/checkout-selector.blade.php index 600470b6f..c622bda5c 100644 --- a/resources/views/partials/forms/checkout-selector.blade.php +++ b/resources/views/partials/forms/checkout-selector.blade.php @@ -4,7 +4,7 @@
@if ((isset($user_select)) && ($user_select!='false')) @endif @if ((isset($asset_select)) && ($asset_select!='false')) @@ -17,6 +17,8 @@ {{ trans('general.location') }} @endif + + {!! $errors->first('checkout_to_type', ' :message') !!}