PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: a1bb09282f6de885725604a632988b33.php
<!DOCTYPE html> <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Social Media Influencers</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/vcard21.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')); ?>"> <style> .bg-img{ background-image: url("/assets/img/vcard21/bg-img.png"); } </style> </head> <body class="bg-img"> <div class="text-center"> <img src="<?php echo e(asset('assets/img/new_vcard_templates/vcard21.png')); ?>" alt="Profile Image" /> </div> </body> </html> <?php /**PATH /home/rwabteecom/public_html/resources/views/vcards/vcard21.blade.php ENDPATH**/ ?>
SAVE
CANCEL