@php if ($errors->has('admin_note')) { echo $errors->first('admin_note'); } @endphp
@php if ($errors->has('client_note')) { echo $errors->first('client_note'); } @endphp
@php if ($errors->has('terms_and_condition')) { echo $errors->first('terms_and_condition'); } @endphp
@php if ($errors->has('company_gst')) { echo $errors->first('company_gst'); } @endphp
@php if ($errors->has('customer_gst')) { echo $errors->first('customer_gst'); } @endphp