@include('common.header')

PET Application

@csrf
Name of Applicant / ( अर्जदाराचे नाव ) : *
Name of Owner's / ( मालकाचे नाव ) : *
Residential Address of Owner's / ( मालकाचा निवासी पत्ता )
Note :
1. Please fill all the Dog details below, Since and Vaccination Date should be in mm/dd/yyyy format only Ex. 01/20/2018 .
2. Select Others in Breed and enter details if Dog Breed not found if drop down .
3. Vaccination Certificate of size upto 2 MB to be Uploaded as attachment .

नोंद :
1. कृपया खाली सर्व कुत्र्याचे तपशील भरा, पासून आणि लसीकरणाची तारीख फक्त mm/dd/yyyy स्वरूपात असावी उदा. 01/20/2018 .
2. जातीतील इतर निवडा आणि ड्रॉप डाउन असल्यास डॉग ब्रीड आढळले नसल्यास तपशील प्रविष्ट करा.
3. संलग्नक म्हणून अपलोड करण्यासाठी 2 MB पर्यंत आकाराचे लसीकरण प्रमाणपत्र.


@error('date_of_rabies_vaccination') {{ $message }} @enderror
@error('date_of_leptospirosis_vaccination') {{ $message }} @enderror
Note : The file should be less than 2MB .
Note : Only files in .jpg, .jpeg, .png, .pdf format can be uploaded .
@error('rabies_vaccination_certificate_doc') {{ $message }} @enderror
@if(!empty($data->rabies_vaccination_certificate_doc))   View Document   @endif
Note : The file should be less than 2MB .
Note : Only files in .jpg, .jpeg, .png, .pdf format can be uploaded .
@error('vaccination_certificate_of_Lepto_doc') {{ $message }} @enderror
@if(!empty($data->vaccination_certificate_of_Lepto_doc))   View Document   @endif
Cancel  
@include('common.footer')