@include('common.header') PET Application Home PET Application @csrf Basic Information ( मुलभूत माहिती ) :- प्रभाग / Ward : विभाग / Department : अर्जदाराचे नाव / Name of Applicant : मालकाचे नाव / Name of Owner's : मालकाचा निवासी पत्ता / Residential Address of Owner's घर/फ्लॅट क्रमांक / House/Flat Number : घर/इमारतीचे नाव / House/Building Name : ओळ १ / Line 1 : ओळ २ / Line 2 : क्षेत्र १ / Area 1 : क्षेत्र 2 / Area 2 : राज्य / State : जिल्हा / District : शहर / City : मोबाईल नंबर / Mobile Number : ई - मेल आयडी / Email Id : आधार क्रमांक / Aadhar Number : पिनकोड / Zip Code : Pet Details : पाळीव प्राण्याचे नाव / Pet Name : लिंग / Sex : ओळख चिन्ह / Identification Mark : प्रकार / Pet Type : जाती / Breed : इतर जाती / Other Breed : रंग / Colour : पशुवैद्यकीय डॉक्टरांचे नाव / Veterinary Doctor Name : @php $is_rabies_vaccinated = null; $is_laptospirosis_vaccinated = null; $is_foot_and_mouth_disease_vaccinated = null; $is_brucellosis_vaccinated = null; if (!empty($pet_registration_view)) { $is_rabies_vaccinated = $pet_registration_view->date_of_rabies_vaccination ? 'yes' : 'no'; $is_laptospirosis_vaccinated = $pet_registration_view->date_of_laptospirosis_vaccination ? 'yes' : 'no'; $is_foot_and_mouth_disease_vaccinated = $pet_registration_view->date_of_foot_and_mouth_disease_vaccination ? 'yes' : 'no'; $is_brucellosis_vaccinated = $pet_registration_view->date_of_brucellosis_vaccination ? 'yes' : 'no'; } @endphp पशुवैद्यकीय डॉक्टरांचा MSVC नोंदणी क्रमांक / Veterinary doctor’s MSVC registration number : Is Anti Rabies Vaccinated? / (अँटी रेबिज लस दिली आहे का?) Is Anti Laptospirosis Vaccinated? / (अँटी लेप्टोस्पायरोसिस लस दिली आहे का?) Is Anti Foot And Mouth Disease Vaccinated? / (अँटी फुट अँड माउथ डिसीजची लस दिली आहे का?) Is Anti Brucellosis Vaccinated? / (अँटी ब्रुसिलोसिस लस दिली आहे का?) @if ($is_rabies_vaccinated == 'yes') अँटी रेबिज लसीकरणाची तारीख (DD/MM/YYYY) / Date of Anti Rabies Vaccination (DD/MM/YYYY) : @endif @if ($is_laptospirosis_vaccinated == 'yes') अँटी लेप्टोस्पायरोसिस लसीकरणाची तारीख (DD/MM/YYYY) / Date of Anti Laptospirosis Vaccination (DD/MM/YYYY) : @endif @if ($is_foot_and_mouth_disease_vaccinated == 'yes') अँटी फुट अँड माउथ डिसीजची लसीकरणाची तारीख (DD/MM/YYYY) / Date of Anti Foot And Mouth Disease Vaccination (DD/MM/YYYY) : @endif @if ($is_brucellosis_vaccinated == 'yes') अँटी ब्रुसिलोसिस लसीकरणाची तारीख (DD/MM/YYYY) / Date of Anti Brucellosis Vaccination (DD/MM/YYYY) : @endif Date of Pet Breeding/Purchase (DD/MM/YYYY) / (पाळीव प्राणी पाळण्याची/खरेदीची तारीख) : Tentative Date of Birth (DD/MM/YYYY) / अंदाजे जन्मतारीख (दि/महा/वर्ष) : पाळीव प्राणी वय वर्षे/Pet Age Years : महिना / Month : Documents : Upload Address proof of owner (Aadhar Card / Ration Card / Electricity Bill / Rent Agreement / Voter ID) / मालकाचा पत्ता पुरावा अपलोड करा (आधार कार्ड / शिधा कार्ड / वीज बिल / भाडे करारनामा / मतदान ओळखपत्र अपलोड करा) : View File Pet Photo / ( पाळीव प्राण्याचा फोटो ) : View File Applicant Signature / ( अर्जदाराची स्वाक्षरी ) : View File Upload latest Vaccination Card / ( नवीनतम लसीकरण कार्ड अपलोड करा ): @php $docs = []; if ( !empty($pet_registration_view) && !empty($pet_registration_view->vaccination_card_doc) ) { $decoded = json_decode( $pet_registration_view->vaccination_card_doc, true, ); if (is_array($decoded)) { $docs = array_filter($decoded); // filter out empty values } elseif (!empty($decoded)) { $docs = [$decoded]; } } @endphp @if (count($docs) > 0) @foreach ($docs as $doc) @php $ext = pathinfo($doc, PATHINFO_EXTENSION); @endphp @if (in_array(strtolower($ext), ['jpg', 'jpeg', 'png', 'gif'])) @elseif (strtolower($ext) === 'pdf') View File @endif @endforeach @else No Document Uploaded @endif Cancel Reject {{-- Approve --}} Approve
View File
No Document Uploaded