Sh3ll
OdayForums


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/public_html/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/tradze/public_html/storage/framework/views/3d1637843babc3db8fe2a4161f8d8c0209ac5eb7.php
<?php $__env->startSection('title'); ?>
    <?php echo e(trans('testimonials::testimonials.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 e(trans('testimonials::testimonials.breadcrumbs_title')); ?></a>
                <i class="fa fa-angle-right"></i>
            </li>
            <li>
                <a href="<?php echo route('admin.faq.index'); ?>">Reviews</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.reviews.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.testimonials.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">
                                Do you really want to delete the this review?
                            </div>

                        </div>
                    </div>
                    <!-- end question -->

                </div>

                <div class="portlet-title">
                    <div class="actions btn-set">
                        <a href="<?php echo route('admin.testimonials.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(); ?>

ZeroDay Forums Mini