|
Telephone Office : 022-27458040/41/42 Office of the Deputy Commissioner : 022-27455751 e-mail : thanecorporation@gmail.com |
Fax no : 022-27452233 Commissioner's Office : 022-27452339 Website : www.thanecorporation.com |
As per the provisions of Sub-section-1, Rule 149 and Part 127 of Sub-section-2 of the Mumbai Provincial Municipal Corporation Act, 1949.
| Ward No. | {{ $pet_renewal_list->ward_name }} | License No. | {{ $pet_renewal_list->dog_renewal_pet_pplication_no }} | Address - | {{ $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 }}. | @endif
|---|---|---|---|---|---|
| Year | {{ now()->year }} | Old License No | {{ $pet_renewal_list->pet_pplication_no }} | ||
| Name of Cat Owner | {{ $pet_renewal_list->owner_fname }} {{ $pet_renewal_list->owner_mname }} {{ $pet_renewal_list->owner_lname }} | ||||
| Contact No. | {{ $pet_renewal_list->mobile_number }} | Pincode | {{ $pet_renewal_list->zipcode }} | ||
| Name of the Cat | {{ $pet_renewal_list->dog_name }} | @endifGender | {{ $sex_id }} | ||
| Age | {{ $pet_renewal_list->age }} | Month | {{ $pet_renewal_list->month }} | ||
| Breed of Cat | {{ $pet_renewal_list->breeds_name }} | Color | {{ $pet_renewal_list->colour }} | ||
| Date of Anti Rabies Vaccination | {{ \Carbon\Carbon::parse($pet_renewal_list->dog_renewal_date_of_rabies_vaccination)->format('d/m/Y') }} | @endif||||
| Date of Anti TriCat Vaccination | {{ \Carbon\Carbon::parse($pet_renewal_list->dog_renewal_date_of_91_vaccination)->format('d/m/Y') }} | @endifIdentification Mark | {{ $pet_renewal_list->identification_mark }} |
|
@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))
|