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