@include('common.header') PET Renewal License Application Home PET Renewal License 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 : {{-- (Receipt and Certificate will be sent on this Email ID) --}} आधार क्रमांक / Aadhar Number : पिनकोड / Zip Code : Cat Details : कुत्र्याचे नाव / Cat Name : लिंग / Sex : ओळख चिन्ह / Identification Mark : जाती / Breed : इतर जाती / Other Breed : रंग / Colour : पशुवैद्यकीय डॉक्टरांचे नाव / Veterinary Doctor Name : पशुवैद्यकीय डॉक्टरांचा MSVC/VCI नोंदणी क्रमांक / Veterinary doctor’s MSVC/VCI registration number : @php $is_rabies_vaccinated = null; $is_91_vaccinated = null; if (!empty($pet_renewal_view)) { $is_rabies_vaccinated = $pet_renewal_view->dog_renewal_date_of_rabies_vaccination ? 'yes' : 'no'; $is_91_vaccinated = $pet_renewal_view->dog_renewal_date_of_91_vaccination ? 'yes' : 'no'; } @endphp Is Anti-Rabies Vaccinated? / (अँटी रेबिज लस दिली आहे का?) Is Anti TriCat Vaccinated? / (अँटी ट्रायकॅट चे लसीकरण झाले आहे का?) @if ($is_rabies_vaccinated == 'yes') अँटी रेबिज लसीकरणाची तारीख (DD/MM/YYYY) / Date of Anti Rabies Vaccination (DD/MM/YYYY) : @endif @if ($is_91_vaccinated == 'yes') अँटी ट्रायकॅट लसीकरणाची तारीख (DD/MM/YYYY) / Date of Anti TriCat Vaccination (DD/MM/YYYY) : @endif Date of Cat 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 Upload Cat Photo / (मांजरीचा/मांजराचा फोटो अपलोड करा) Document Not Uploaded Applicant Signature / ( अर्जदाराची स्वाक्षरी ) : View File Upload Vaccination Card / ( लसीकरण कार्ड अपलोड करा ) @php $docs = []; if ( !empty($pet_renewal_view) && !empty($pet_renewal_view->renewal_vaccination_card_doc) ) { $decoded = json_decode( $pet_renewal_view->renewal_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