PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 21923b3f2bb06bc035a2769d1c140baa.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Hospital</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> <!-- Bootstrap CSS --> <link href="<?php echo e(asset('front/css/bootstrap.min.css')); ?>" rel="stylesheet"> <link rel="icon" href="<?php echo e(getFaviconUrl()); ?>" type="image/png"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/vcard13.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/new_vcard/slick-theme.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/new_vcard/slick.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/new_vcard/custom.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/custom-vcard.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/third-party.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(asset('css/plugins.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/lightbox.css')); ?>"> <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=Poppins:wght@500&family=Roboto&display=swap" rel="stylesheet"> </head> <body> <div class="text-center"> <img src="<?php echo e(asset('assets/img/new_vcard_templates/vcard13.png')); ?>" alt="Profile Image" /> </div> </body> </html> <?php /**PATH /home/rwabteecom/public_html/resources/views/vcards/vcard13.blade.php ENDPATH**/ ?>
SAVE
CANCEL