D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
storage
/
framework
/
views
/
Filename :
b7fa7ab04523e0cab3da93b9f3402050.php
back
Copy
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.call_log.new')); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('page_css'); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('header_toolbar'); ?> <div class="container-fluid"> <div class="d-md-flex align-items-center justify-content-between mb-7"> <h1 class="mb-0"><?php echo $__env->yieldContent('title'); ?></h1> <a href="<?php echo e(route('call_logs.index')); ?>" class="btn btn-outline-primary"><?php echo e(__('messages.common.back')); ?></a> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <div class="container-fluid"> <div class="d-flex flex-column"> <div class="row"> <div class="col-12"> <?php echo $__env->make('layouts.errors', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="card"> <?php echo e(Form::hidden('callLogUrl', route('call_logs.index'), ['class' => 'callLogUrl'])); ?> <?php echo e(Form::hidden('utilsScript', asset('assets/js/int-tel/js/utils.min.js'), ['class' => 'utilsScript'])); ?> <?php echo e(Form::hidden('isEdit', false, ['class' => 'isEdit'])); ?> <div class="card-body p-12"> <?php echo e(Form::open(['route' => 'call_logs.store','id' => 'createCallLogForm'])); ?> <?php echo $__env->make('call_logs.fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(Form::close()); ?> </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/u827283894/domains/w-manage.org/public_html/hms/resources/views/call_logs/create.blade.php ENDPATH**/ ?>