AARIF GARDEN 2 ND TOILET, VANJAR PATTINAKA, BHIWANDI
भिवंडी निजामपूर शहर महानगरपालिका - स्वच्छ सर्वेक्षण २०२१
Required *
{{ csrf_field() }}
@if(Auth::check())
@endif
१.शौचालयात नळाद्वारे पाण्याची व्यवस्था आहे का? (क्या शौचालय में नल के द्वारा पाणी कि व्यवस्था है?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('running_water'))
{{ $errors->first('running_water') }}.
@endif
शौचालयात वॉश बेसिन ची व्यवस्था आहे का? (Is there a wash basin in the toilet?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('wash_basin'))
{{ $errors->first('wash_basin') }}.
@endif
शौचालयात विद्युत दिव्यांची व्यवस्था आहे का? (Does the toilet have electric lights?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('electric_lights'))
{{ $errors->first('electric_lights') }}.
@endif
शौचालयातील सर्व विद्युत दिवे कार्यान्वित आहेत का? (Are all the electric lights in the toilet working?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('electric_lights_working'))
{{ $errors->first('electric_lights_working') }}.
@endif
शौचालयात आरसा उपलब्ध आहे का? (Is there a mirror in the toilet?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('mirror_in_toilet'))
{{ $errors->first('mirror_in_toilet') }}.
@endif
शौचालयात हात धुणे साठी साबणाची उपलब्धता आहे का?(Is there soap available for hand washing in the toilet?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('soap_available'))
{{ $errors->first('soap_available') }}.
@endif
शौचालयातील साफ-सफाईचा दर्जा कसा आहे? (What is the standard of cleanliness in the toilet?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('standard_of_cleanliness'))
{{ $errors->first('standard_of_cleanliness') }}.
@endif
सदर शौचालय हे गुगल वर शोधू शकता हे आपल्याला माहित आहे का? (Did you know that this toilet can be found on Google Locator?)
*
Choose
हो (Yes)
नाही (No)
@if ($errors->has('google_locator'))
{{ $errors->first('google_locator') }}.
@endif
अभिप्राय देणाऱ्या नागरिकाचे नाव: (Name of the citizen giving feedback):
@if ($errors->has('citizen_name'))
{{ $errors->first('citizen_name') }}.
@endif
अभिप्राय देणाऱ्या नागरिकाचा मोबाईल नंबर: (Mobile number of the citizen giving feedback)
@if ($errors->has('mobile_number'))
{{ $errors->first('mobile_number') }}.
@endif
Submit