Balance Info
@if($errors->has('debit'))
{{ $errors->first('debit')}}
@endif
@if($errors->has('credit'))
{{ $errors->first('credit')}}
@endif