PATH:
home
/
rwabteecom
/
public_html
/
storage
/
framework
/
views
/
Editing: 6a7e6662f79aa58b9429d207349274a7.php
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.enquiry')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_toolbar'); ?> <div class="container-fluid"> <div class="d-md-flex align-items-center justify-content-between mb-5"> <h1 class="mb-0"><?php echo $__env->yieldContent('title'); ?></h1> <div class="text-end mt-4 mt-md-0"> <a href="<?php echo e(route('vcards.index')); ?>" class="btn btn-outline-primary"><?php echo e(__('messages.common.back')); ?></a> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <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('user-enquiries-table', ['lazy' => true,'vcardId' => request()->vcard]); $__html = app('livewire')->mount($__name, $__params, 'lw-4119670412-0', $__slots ?? [], get_defined_vars()); echo $__html; unset($__html); unset($__name); unset($__params); unset($__split); if (isset($__slots)) unset($__slots); ?> </div> </div> <?php echo $__env->make('enquiry.vacrd_enquiries_show', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/rwabteecom/public_html/resources/views/enquiry/index.blade.php ENDPATH**/ ?>
SAVE
CANCEL