One Hat Cyber Team
Your IP :
18.116.100.166
Server IP :
104.21.48.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
forge
/
app.gftag.com
/
storage
/
framework
/
views
/
View File Name :
20cf58e58222bc61a74a272be99b3ff8.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Bayer Fpo Arigation</title> <!-- MONTSERRAT --> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap" rel="stylesheet" /> <style type="text/css" media="all"> :root { --color-green: #438913; --color-black: #282828; } * { padding: 0; margin: 0; box-sizing: border-box; } body { font-family: "Montserrat", sans-serif; font-optical-sizing: auto; } .certificate-wrapper { padding: 20px; border: 5px solid #438913; margin: 30px; } .form-no { color: var(--color-green); font-weight: 700; font-size: 20px; } h1 { font-weight: 800; color: var(--color-black); } header { text-align: center; margin-bottom: 40px; } .form-top { display: flex; justify-content: space-between; } .cin { text-align: center; margin-bottom: 35px; } span.value { display: inline-block; border-bottom: 1px solid var(--color-black); text-align: start; padding-right: 10px; } .value.full { width: 100%; } .cin span { width: 280px; } hr { margin-bottom: 30px; } h2 { text-align: center; font-size: 18px; margin-bottom: 30px; } .para { margin-bottom: 30px; } .form-wrapper { border: 1px solid var(--color-black); padding: 35px 20px; border-radius: 12px; } .row { display: flex; } .row label { flex-shrink: 0; } .form-group { margin-bottom: 20px; } .form-group>.value { height: 35px; } .col-40 { width: 40%; } .col-60 { width: 60%; } .gap-2 { gap: 20px; } .col-30 { width: 30%; } .col-70 { width: 70%; } .director-wrapper { width: 60%; margin: 30px auto 40px; } .mb-30 { margin-bottom: 30px; } .note { text-align: center; font-weight: 600; } </style> </head> <body> <div class="certificate-wrapper" style="border: 20px solid #438913"> <header> <div class="form-no">FORM No. SH-1</div> <h1>SHARE CERTIFICATE</h1> <p class=""> [Pesuant to sub-section (3) of section 46 of the Companies Act, 2013 and Rule 5(2) of the Companies (Share and Debentures) Rules 2014] </p> </header> <div class="cin"> <div>CIN: <span class="value" style="display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px;"><?php echo e($shareholder->organisation->cin_number); ?></span></div> <div>(Incorporated under the Companies Act, 2013)</div> </div> <hr /> <p class="para"> This is to certify that the person(s) named in this Certificate is/are the Registered Holder(s) of the within mentioned share(s) bearing the distinctive number(s) herein specified in the above-named Company subject to the Memorandum and Articles of Association of the Company and the amount endorsed herein has been paid up on each such share. </p> <h2> EQUITY SHARES EACH OF RUPEES .100/- (Nominal value)<br />AMOUNT PAID-UP PER SHARE RUPEES 100/- </h2> <div class="form-wrapper" style="border: 1px solid #333; padding: 35px 20px; border-radius: 12px"> <div class="form-top form-group" style="margin-bottom: 20px; height: 30px;"> <div style="width: 50%; float: left;">Register Folio No. <span class="value" style="display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px; margin-bottom: -5px"><?php echo e($shareholder->folio_number); ?></span></div> <div style="width: 50%; float: left; text-align: right">Certificate No. <span class="value" style="display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px; margin-bottom: -5px"><?php echo e($certificate->certificate_number); ?></span></div> </div> <div class="form-group" style="margin-bottom: 20px; height: 30px;"> <div class="row" style=""> <label for="" style="float: left; width: 20%">Name(s) of Holder(s):</label> <span class="value full" style="width: 80%; float: left;border-bottom: 1px solid #333;text-align: start;"><?php echo e($shareholder->name); ?></span> </div> </div> <!-- <div style="clear: both"></div> --> <div class="form-group" style="margin-bottom: 20px; height: 50px;"> <div class="row gap-2" style=""> <div class="form-top form-group" style="margin-bottom: 20px; height: 30px;"> <div style="width: 100%;">No. of Shares Held (In Figures): <span class="value" style="display: inline-block;border-bottom: 1px solid #333;margin-bottom: -5px; width: 70.9%"><?php echo e($certificate->no_of_share); ?></span></div> <div style="width: 100%;">(In words): <span class="value" style="display: inline-block;border-bottom: 1px solid #333;margin-bottom: -5px; width: 82.9%"><?php echo e(getIndianCurrency($certificate->no_of_share)); ?></span></div> </div> </div> </div> <?php $range = explode('-', $certificate->share_range); ?> <div class="row gap-2" style="display: flex; gap: 20px;"> <div class="form-top form-group" style="margin-bottom: 20px; height: 30px;"> <div style="width: 25%; float: left;">Distinctive No. (s): From <span class="value" style="display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px; margin-bottom: -5px"><?php echo e($range[0]); ?></span></div> <div style="width: 25%; float: left; text-align: left">to <span class="value" style="display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px; margin-bottom: -5px"><?php echo e($range[1]); ?></span></div> </div> <div class="row col-70" style="float:left; display: flex; width: 70%;"> <label for="">(Both Inclusive)</label> <span class="value full" style="width:100%; display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px;"></span> </div> </div> </div> <div class="director-wrapper" style="width: 60%;margin: 30px auto 40px;"> <div class="row mb-30"> <div style="width: 25%; float: left;"><label for="">1. Director: </label></div> <div style="width: 75%; float: left;"> <span class="value full" style="width:100%; display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px;"> <?php if($shareholder->organisation->director_signature): ?> <img src="<?php echo e(public_path($shareholder->organisation->director_signature)); ?>" width="150" style="max-width: 800px;max-height: 400px;"> <?php endif; ?> </span> </div> </div> <div style="clear:both"></div> <div class="row mb-30"> <div style="width: 25%; float: left;"><label for="">2. Director: </label></div> <div style="width: 75%; float: left;"> <span class="value full" style="width:100%; display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px;"> <?php if($shareholder->organisation->director_signature): ?> <img src="<?php echo e(public_path($shareholder->organisation->director_signature)); ?>" width="150" style="max-width: 800px;max-height: 400px;"> <?php endif; ?> </span> </div> </div> <div style="clear:both"></div> <div class="row" style="display: flex"> <div style="width: 25%; float: left;"><label for="">3. Secretary/any other Authorized Person </label></div> <div style="width: 75%; float: left;"> <span class="value full" style="width:100%; display: inline-block;border-bottom: 1px solid #333;text-align: start;padding-right: 10px;"> <?php if($shareholder->organisation->authorized_signature): ?> <img src="<?php echo e(public_path($shareholder->organisation->authorized_signature)); ?>" width="150" style="max-width: 800px;max-height: 400px;"> <?php endif; ?> </span> </div> </div> <div style="clear:both"></div> </div> <p class="note" style="text-align: center; font-weight: 600;"> <em>NOTE: No transfer of any of the Share(s) comprised in the Certificate can be registered unless accompanied by this Certificate</em> </p> </div> </body> </html> <?php function getIndianCurrency($number) { $no = round($number); $point = round($number - $no, 2) * 100; $hundred = null; $digits_1 = strlen($no); $i = 0; $str = array(); $words = array( '0' => '', '1' => 'one', '2' => 'two', '3' => 'three', '4' => 'four', '5' => 'five', '6' => 'six', '7' => 'seven', '8' => 'eight', '9' => 'nine', '10' => 'ten', '11' => 'eleven', '12' => 'twelve', '13' => 'thirteen', '14' => 'fourteen', '15' => 'fifteen', '16' => 'sixteen', '17' => 'seventeen', '18' => 'eighteen', '19' => 'nineteen', '20' => 'twenty', '30' => 'thirty', '40' => 'forty', '50' => 'fifty', '60' => 'sixty', '70' => 'seventy', '80' => 'eighty', '90' => 'ninety' ); $digits = array('', 'hundred', 'thousand', 'lakh', 'crore'); while ($i < $digits_1) { $divider = ($i == 2) ? 10 : 100; $number = floor($no % $divider); $no = floor($no / $divider); $i += ($divider == 10) ? 1 : 2; if ($number) { $plural = (($counter = count($str)) && $number > 9) ? 's' : null; $hundred = ($counter == 1 && $str[0]) ? ' and ' : null; $str[] = ($number < 21) ? $words[$number] . " " . $digits[$counter] . $plural . " " . $hundred : $words[floor($number / 10) * 10] . " " . $words[$number % 10] . " " . $digits[$counter] . $plural . " " . $hundred; } else $str[] = null; } $str = array_reverse($str); $result = implode('', $str); $points = ($point) ? "." . $words[$point / 10] . " " . $words[$point = $point % 10] : ''; return $result; } ?><?php /**PATH /home/forge/app.gftag.com/resources/views/shareholder/print.blade.php ENDPATH**/ ?>