Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/f899364e46985ea4ee0385b16b452031.php |
<?php $__env->startSection('title'); ?>
<?php echo e(__('messages.vcard.contact')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="container-fluid">
<div class="d-flex justify-content-between align-items-center">
<h1 class="mb-5 d-inline-block"><?php echo e(__('messages.vcard.vcard_contact_download')); ?></h1>
<a href="<?php echo e(route('vcards.index')); ?>" class="btn btn-outline-primary">
<?php echo e(__('messages.common.back')); ?>
</a>
</div>
<div class="d-flex flex-column table-striped">
<?php echo $__env->make('flash::message', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php
$__split = function ($name, $params = []) {
return [$name, $params];
};
[$__name, $__params] = $__split('vcard-contact', ['lazy' => true,'vcardId' => $vcardId]);
$__html = app('livewire')->mount($__name, $__params, 'lw-1959537456-0', $__slots ?? [], get_defined_vars());
echo $__html;
unset($__html);
unset($__name);
unset($__params);
unset($__split);
if (isset($__slots)) unset($__slots);
?>
</div>
</div>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/getxxhzo/app.genicards.com/resources/views/vcards/vcard-contact.blade.php ENDPATH**/ ?>