{{ session('success') }}
@endif
@if ($errors->any())
{{ __('Please fix the following:') }}
-
@foreach ($errors->all() as $e)
- {{ $e }} @endforeach
{{ __('Repricing or changing the credit count only affects future purchases. Already-purchased ledger rows keep their original values.') }}