@if($errors->has('name'))
{{$errors->first('name')}}
@endif
@if($errors->has('contact'))
{{$errors->first('contact')}}
@endif
@if($errors->has('alt_contact'))
{{$errors->first('alt_contact')}}
@endif
@if($errors->has('balance'))
{{$errors->first('balance')}}
@endif