@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('organization')) {{ $errors->first('organization') }} @endif
@if ($errors->has('phone_no')) {{ $errors->first('phone_no') }} @endif
@if ($errors->has('whatsapp_no')) {{ $errors->first('whatsapp_no') }} @endif
Additional Details

@if ($errors->has('alternative_no')) {{ $errors->first('alternative_no') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('address')) {{ $errors->first('address') }} @endif
@if ($errors->has('website_url')) {{ $errors->first('website_url') }} @endif