|
Telephone Office: 022-27458040/41/42 {{--Telephone Office : 022-27458040/41/42 --}}Fax: 022-27452233 Email: thanecorporation@gmail.com |
Deputy Commissioner's Office: 022-27455751 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_registration_pdf->ward_name }} | License No. | {{ $pet_registration_pdf->pet_pplication_no }} | ||
|---|---|---|---|---|---|
| Year | {{ now()->year }} | ||||
| Name of cat owner - | {{ $pet_registration_pdf->owner_fname }} {{ $pet_registration_pdf->owner_mname }} {{ $pet_registration_pdf->owner_lname }} | Address - | {{ implode(', ', $addressParts) }}. | @endif @endif||
| Contact No. | {{ $pet_registration_pdf->mobile_number }} | Pincode | {{ $pet_registration_pdf->zipcode }} | ||
| Name of the cat - | {{ $pet_registration_pdf->dog_name }} | @endifGender | {{ $sex_id }} | ||
| Age | {{ $pet_registration_pdf->age }} | Month | {{ $pet_registration_pdf->month }} | ||
| Breed of cat - | {{ $pet_registration_pdf->breeds_name }} | Color | {{ $pet_registration_pdf->colour }} | ||
| Date of Anti Rabies Vaccination | {{ \Carbon\Carbon::parse($pet_registration_pdf->date_of_rabies_vaccination)->format('d/m/Y') }} | @endif||||
| Date of Anti TriCat Vaccination | {{ \Carbon\Carbon::parse($pet_registration_pdf->date_of_91_vaccination)->format('d/m/Y') }} | @endifIdentification Mark | {{ $pet_registration_pdf->identification_mark }} |
|
@php
$base64DogPhoto = '';
if (!empty($pet_registration_pdf->dog_profile_photo)) {
$dogImagePath = public_path(
'TMC_PET_Registration/dog_profile_photo/' . $pet_registration_pdf->dog_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))
|