Server : Apache System : Linux 145.162.205.92.host.secureserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64 User : tradze ( 1001) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/tradze/www/storage-old/framework/views/ |
<?php $__env->startSection('title'); ?>
<?php echo e(trans('accounts::companies.delete_title',['name'=>$obj->name])); ?>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('content'); ?>
<!-- BEGIN PAGE HEADER-->
<div class="page-bar">
<ul class="page-breadcrumb">
<li>
<i class="fa fa-home"></i>
<a href="<?php echo url(''); ?>"><?php echo e(trans('general.breadcrumbs_home')); ?></a>
<i class="fa fa-angle-right"></i>
</li>
<li>
<a href="<?php echo route('admin.accounts.companies.index'); ?>"><?php echo e(trans('accounts::companies.breadcrumbs_title')); ?></a>
<i class="fa fa-angle-right"></i>
</li>
<li>
<a href="<?php echo route('admin.accounts.companies.index'); ?>"><?php echo e(trans('accounts::companies.page_title')); ?></a>
<i class="fa fa-angle-right"></i>
</li>
<li>
<a href="#"><?php echo e(trans('general.action_delete')); ?></a>
</li>
</ul>
</div>
<!-- END PAGE HEADER-->
<!-- BEGIN PAGE CONTENT-->
<div class="row">
<div class="col-md-12">
<?php echo Form::model($obj, array('route' => array('admin.accounts.seriesdoc.destroy', $obj->id), 'method' => 'DELETE', 'class'=>'form-horizontal')); ?>
<div class="portlet">
<div class="portlet-title">
<div class="actions btn-set">
<a href="<?php echo route('admin.accounts.seriesdoc.index'); ?>" name="back" class="btn default"><i class="fa fa-angle-left"></i> <?php echo e(trans('general.action_back')); ?></a>
<button class="btn red" name="save"><i class="fa fa-trash-o"></i> <?php echo e(trans('general.action_delete_yes')); ?></button>
</div>
</div>
<div class="portlet-body">
<!-- question -->
<div class="row">
<div class="col-md-12">
<div class="alert alert-danger">
<?php echo e(trans('accounts::series.message_question_delete',['company'=>$obj->account->company,'series'=>$obj->series])); ?>
</div>
</div>
</div>
<!-- end question -->
</div>
<div class="portlet-title">
<div class="actions btn-set">
<a href="<?php echo route('admin.accounts.seriesdoc.index'); ?>" name="back" class="btn default"><i class="fa fa-angle-left"></i> <?php echo e(trans('general.action_back')); ?></a>
<button class="btn red" name="save"><i class="fa fa-trash-o"></i> <?php echo e(trans('general.action_delete_yes')); ?></button>
</div>
</div>
</div>
<?php echo Form::close(); ?>
</div>
</div>
<!-- END PAGE CONTENT-->
<?php $__env->stopSection(); ?>
<?php $__env->startSection('scripts_custom'); ?>
Demo.init();
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.master', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>