Current File : /home/getxxhzo/app.genicards.com/storage/framework/views/f642636b7f51f089c9bd462622e15e56.php |
<?php $__env->startSection('title'); ?>
<?php echo e(__('messages.vcard.new_vcard')); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<div class="container-fluid">
<div class="d-flex flex-column">
<div class="col-12">
<div class="d-flex justify-content-between align-items-end mb-5">
<h1><?php echo $__env->yieldContent('title'); ?></h1>
<a class="btn btn-outline-primary float-end"
href="<?php echo e(route('vcards.index')); ?>"><?php echo e(__('messages.common.back')); ?></a>
</div>
<div class="col-12">
<?php echo $__env->make('layouts.errors', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
</div>
<div class="card w-100">
<div class="card-body">
<?php echo e(Form::hidden('is_true', Request::query('part') == 'business_hours',['id' => 'vcardCreateEditIsTrue'])); ?>
<?php echo Form::open(['route' => 'vcards.store','files' => 'true']); ?>
<?php echo $__env->make('vcards.fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
<?php echo e(Form::close()); ?>
</div>
</div>
</div>
</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/create.blade.php ENDPATH**/ ?>