@if ($errors->has('charges')) {{ $errors->first('charges') }} @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if ($errors->has('total')) {{ $errors->first('total') }} @endif
@push('after-scripts') @endpush