![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/syn.corals.io/storage/framework/views/ |
<style> .body { direction: ltr; } .content { width: 100%; height: auto; border: 1px solid #0b0b0b; padding: 10px; } .row-1 { width: 100%; display: flex; flex-direction: row; } .logo { width: 30%; align-items: center; align-content: center; display: flex; justify-content: space-around; } .center { width: 40%; text-align: center; display: flex; flex-direction: column; justify-content: space-around; margin: auto; } .user-img { width: 30%; display: flex; justify-content: space-around; } .certificate-body { width: 100%; text-align: center; } .footer-certificate { width: 100%; display: flex; flex-direction: row; align-items: flex-end; justify-content: space-between; margin-top: 30px; } .test { align-items: flex-start; display: flex; flex-direction: column; align-content: stretch; font-weight: bold; font-size: 19.0pt; font-family: "Arial", "sans-serif"; margin-left: 100px; } </style> <div class="body" style="direction: ltr"> <div class="content"> <div class="row-1"> <div class="logo"> <img src="<?php echo e(Settings::get('syndicate_logo')); ?>" alt="<?php echo e(\Settings::get('site_name')); ?>" style=" width: 196px; height: 216px; "> </div> <div class="center"> <h6 style=" text-align: center; font-size: 30.0pt; line-height: normal; direction: rtl; margin: 10px; font-family: Andalus, serif;"> Pharmaceutical Association </h6> <h6 style=" text-align: center; font-size: 30.0pt; line-height: normal; direction: rtl; margin: 10px; font-family: Andalus, serif;">Jerusalem Center </h6> </div> <div class="user-img"> <img src="<?php echo e($pharmacist->picture_thumb); ?>" class="img-circle img-responsive" style=" width: 196px; height: 216px; margin: 15px" alt="User Picture"/> </div> </div> <div class="certificate-body"> <h1 style="text-align: center; color: red; font-size: 27pt; font-family: Arial, sans-serif; font-weight: 550; margin-bottom: 25px; "> Permit to Practice Pharmacy </h1> <h2 style="margin-bottom: 10px;font-size:22pt;font-family:Arial,sans-serif"> The Pharmaceutical Association - Jerusalem herby certifies that </h2> <p style=" font-size: 25.0pt; font-weight: bold; line-height: normal; text-decoration: underline; "><?php echo e($pharmacist->name); ?></p> <h2 style="font-size:30px;font-family:Arial,sans-serif"> is a member of the Pharmaceutical Association since 1/1/1986 and can practice the profession of pharmacy on condition that he/she complies with Pharmaceutical Association's law and bylaw </h2> </div> <div class="footer-certificate"> <div class="test" style="align-items: center"> <p>Chairman</p> <img src="<?php echo e(Settings::get('signing_logo')); ?>" alt="<?php echo e(\Settings::get('site_name')); ?>" style="width: 100px"> <p><?php echo e(optional(Syndicate::getSyndicateChairman())->name); ?></p> </div> <div class="date"> <div class="snip"> <div class="test"> <p style="margin-left: auto;">Date of Issue :<?php echo e(now()->toDateString()); ?></p> <p>This certificate is valid for the year <?php echo e((now()->year + 1)); ?> </p> </div> </div> </div> </div> </div> </div> <?php /**PATH /home/corals/public_html/syn.corals.io/Corals/modules/Syndicate/resources/views/partials/certificateEn.blade.php ENDPATH**/ ?>