@php $logo1 = base64_encode(file_get_contents(public_path('assets/images/tmc-logo.png'))); $logo2 = base64_encode(file_get_contents(public_path('assets/images/75th_logo.png'))); $logo3 = base64_encode(file_get_contents(public_path('assets/images/rajbhishek_logo.png'))); $logo4 = base64_encode(file_get_contents(public_path('assets/images/vasundara.png'))); @endphp TMC Logo 75th Logo TMC Logo 75th Logo

ठाणे महानगरपालिका

पशुवैद्यकीय विभाग

कार्यालय : - देवाळे तलावाच्या समोर, गोखले हॉलच्या शेजारी ,
ठाणे - ४१०२०६.

दूरध्वनी कार्यालय : ०२२-२७४५८०४०/४१/४२

उपायुक्त्त कार्यालय : ०२२-२७४५५७५१

ई-मेल : thanecorporation@gmail.com

फॅक्स नं . : ०२२-२७४५२२३३

आयुक्त्त कार्यालय : ०२२-२७४५२३३९

वेबसाईट : www.thanecorporation.com


मांजर परवाना
प्रपत्र "ब"

मुंबई प्रांतिक महानगरपालिका अधिनियम १९४९ च्या उपविभाग -१ च्या नियम १४९सह उपविभाग -२ च्या भाग १२७ मधील तरतुदीनुसार.

@if (!empty($pet_renewal_list->renewal_house_number) || !empty($pet_renewal_list->renewal_house_name)) @endif @if (!empty($pet_renewal_list->dog_name)) @endif @if (!empty($pet_renewal_list->dog_renewal_date_of_rabies_vaccination)) @endif @if (!empty($pet_renewal_list->dog_renewal_date_of_91_vaccination)) @endif
वॉर्ड क्र - {{ $pet_renewal_list->ward_name }} परवाना क्र - {{ $pet_renewal_list->dog_renewal_pet_pplication_no }}
पत्ता - {{ $pet_renewal_list->renewal_house_number }}, {{ $pet_renewal_list->renewal_house_name }}, {{ $pet_renewal_list->renewal_street_1 }} {{ $pet_renewal_list->renewal_area_1 }}, {{ $state_id }}.
वर्ष - {{ now()->year }} जुना परवाना क्र - {{ $pet_renewal_list->pet_pplication_no }}
मांजर मालकाचे नाव - - {{ $pet_renewal_list->owner_fname }} {{ $pet_renewal_list->owner_mname }} {{ $pet_renewal_list->owner_lname }}
संपर्क क्र - {{ $pet_renewal_list->mobile_number }} पिनकोड - {{ $pet_renewal_list->zipcode }}
मांजराचे नाव - {{ $pet_renewal_list->dog_name }}लिंग - {{ $sex_id }}
वय - {{ $pet_renewal_list->age }} महीने - {{ $pet_renewal_list->month }}
मांजराची जात - {{ $pet_renewal_list->breeds_name }} रंग - {{ $pet_renewal_list->colour }}
अँटी रेबीज लसीचा दिनांक {{ \Carbon\Carbon::parse($pet_renewal_list->dog_renewal_date_of_rabies_vaccination)->format('d/m/Y') }}
ट्रायकॅट लसीचा दिनांक {{ \Carbon\Carbon::parse($pet_renewal_list->dog_renewal_date_of_91_vaccination)->format('d/m/Y') }} ओळखखूण - {{ $pet_renewal_list->identification_mark }}
परवाना दिल्याची दिनांक {{ !empty($pet_renewal_list->approve_date_of_license_obtain) ? date('d/m/Y', strtotime($pet_renewal_list->approve_date_of_license_obtain)) : '-' }}
परवाना वैध दिनांक दि . {{ !empty($pet_renewal_list->approve_date_of_license_obtain) ? date('d/m/Y', strtotime($pet_renewal_list->approve_date_of_license_obtain)) : '-' }}   ते   {{ date('d/m/Y', strtotime($fiscalYear)) }}
@php $base64DogPhoto = ''; if (!empty($pet_renewal_list->dog_renewal_profile_photo)) { $dogImagePath = public_path( 'TMC_PET_Registration/dog_profile_photo/' . $pet_renewal_list->dog_renewal_profile_photo, ); if (file_exists($dogImagePath)) { $type = pathinfo($dogImagePath, PATHINFO_EXTENSION); $data = file_get_contents($dogImagePath); $base64DogPhoto = 'data:image/' . $type . ';base64,' . base64_encode($data); } } @endphp @if (!empty($base64DogPhoto)) Cat Image @else Image Not Found @endif