@php if($errors->has('address')) { echo $errors->first('address') ; } @endphp
@php if($errors->has('city')) { echo $errors->first('city') ; } @endphp
@php if($errors->has('state')) { echo $errors->first('state') ; } @endphp
@php if($errors->has('zip_code')) { echo $errors->first('zip_code') ; } @endphp