{{ session('success') }}
@endif
@if ($errors->any())
{{ __('Please fix the following:') }}
-
@foreach ($errors->all() as $e)
- {{ $e }} @endforeach
{{ __("Set price, credits, and an optional badge. Active packages appear on the user's wallet page; disabled ones stay in the DB but are hidden.") }}