{{-- --}}
@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

Panvel Municipal Corporation

Department of Animal Husbandry

Office :- Opposite Devale Lake, Gokhale Hall
Panvel - 410206.

Telephone Office : 022-27458040/41/42

Office of the Deputy Commissioner : 022-27455751

e-mail : panvelcorporation@gmail.com

Fax Number . : 022-27452233

Commissioner's Office : 022-27452339

Website : www.panvelcorporation.com


Read on -
1. Section 69 (1) of the Maharashtra Municipal Corporation Act, 1949
Date: {{ \Carbon\Carbon::now()->format('d/m/Y') }}

License Number : - {{ $meat_renewal_pdf->licence_no }}

Chicken/Mutton/Fish/Buffalo Meat Selling Business License

Pursuant to the bye-law of the Panvel Municipal Corporation relating to markets, private markets and slaughterhouses made under sub-sections (26) (27) (28) (29) and (48) of sections 331 and 458 of the Maharashtra Municipal Corporation Act, 1949, and section 335 and Cold Storage business license is being issued to the person and place mentioned under 382.

Name of Licensee - {{ $applicant_title_id }} {{ $meat_renewal_pdf->applicant_fname }} {{ $meat_renewal_pdf->applicant_mname }} {{ $meat_renewal_pdf->applicant_lname }} License No. - {{ $meat_renewal_pdf->renwal_liceans_no }}
  
Meat business name - {{ $meat_renewal_pdf->business_name }}Old License No. - {{ $meat_renewal_pdf->licence_no }}

Business address - {{ $meat_renewal_pdf->business_address }}

Business registration number - {{ $meat_renewal_pdf->register_number }}

@php $array = explode(",",$meat_renewal_pdf->meat_type); $meatNames = DB::table('meat_type_mst') ->whereIn('id', $array) ->pluck('meat_name'); $commaSeparatedMeatNames = $meatNames->implode(', '); @endphp

Meat Type - {{ $commaSeparatedMeatNames }}

@php $unitName = $unit_Meat_Type->firstWhere('id', $meat_renewal_pdf->unit); @endphp Meat business Per day capacity - {{ $meat_renewal_pdf->per_day_capacity }} {{ $unitName ? $unitName->unit_name : 'Unit not found' }}

Date of issue of Licence - {{ (!empty($meat_renewal_pdf->approve_date) ? date("d/m/Y", strtotime($meat_renewal_pdf->approve_date)) : NULL) }}

License Valid Date -

From {{ (!empty($meat_renewal_pdf->approve_date_of_license_obtain) ? date("d/m/Y", strtotime($meat_renewal_pdf->approve_date_of_license_obtain)) : NULL) }}  To  {{ date("d/m/Y", strtotime($fiscalYear)) }}

{{-- --}}