D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
hms.dentostock.com
/
storage
/
framework
/
views
/
Filename :
56ef545056b7efe2dbca23e5d783d2b1.php
back
Copy
<?php $__env->startSection('title'); ?> <?php echo e(__('messages.item_stock.new_item_stock')); ?> <?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('item.stock.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('itemsUrl',route('items.list'),['id'=>'createStockItemsUrl','class'=>'itemsUrl'])); ?> <?php echo e(Form::hidden('isEdit',false,['class'=>'isEdit'])); ?> <?php echo e(Form::hidden('defaultDocumentImageUrl',asset('assets/img/default_image.jpg'),['id'=>'createStockDefaultDocumentImageUrl'])); ?> <div class="card-body p-12"> <?php echo e(Form::open(['route' => 'item.stock.store', 'id' => 'createItemStockForm', 'files' => 'true'])); ?> <?php echo $__env->make('item_stocks.fields', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo e(Form::close()); ?> </div> </div> </div> </div> <?php $__env->stopSection(); ?> <?php $__env->startSection('scripts'); ?> <?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/item_stocks/create.blade.php ENDPATH**/ ?>