PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 1efc554f28c2a712dae625f97c49f7cc.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Photographer vCard</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/vcard34.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/slider/css/slick.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/slider/css/slick-theme.min.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" 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/custom-vcard.css')); ?>"> <link rel="stylesheet" href="<?php echo e(asset('assets/css/lightbox.css')); ?>"> </head> <body> <div class="text-center"> <img src="<?php echo e(asset('assets/img/new_vcard_templates/vcard34.png')); ?>" alt="Profile Image" /> </div> </body> </html> <?php /**PATH /home/rwabteecom/public_html/resources/views/vcards/vcard34.blade.php ENDPATH**/ ?>
SAVE
CANCEL