diff --git a/resources/views/billing-portal/v3/index.blade.php b/resources/views/billing-portal/v3/index.blade.php index 267d7b9c10aa..2c26d0a257f3 100644 --- a/resources/views/billing-portal/v3/index.blade.php +++ b/resources/views/billing-portal/v3/index.blade.php @@ -2,6 +2,14 @@ @section('meta_title', ctrans('texts.purchase')) @section('body') + @if ($errors->any()) +
{{ $error }}
+ @endforeach +