File: /home/armgroup/libs/storage/framework/views/0217405e5cd0c445e30db72c9ea0fe607e4d2269.php
<?php $__env->startSection('title', 'پنل مدیریت | فعالیت کاربران'); ?>
<?php $__env->startSection('content'); ?>
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<div class="content-header">
<div class="container-fluid">
<div class="row mb-2">
<div class="col-sm-6">
<h1 class="m-0 text-dark">فعالیت کاربران</h1>
</div><!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-left">
<?php echo e(Breadcrumbs::render('activity')); ?>
</ol>
</div><!-- /.col -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
</div>
<!-- /.content-header -->
<!-- Main content -->
<section class="content">
<div class="container-fluid bg-white py-3">
<div class="text-left">
<form action="<?php echo e(route('admin.activities.destroy', 0)); ?>" method="post">
<?php echo csrf_field(); ?>
<?php echo method_field('delete'); ?>
<button type="submit" value="1" name="type" class="btn btn-danger btn-sm" onclick="return confirm('آیا مطمئنید؟')">
<span class="fa fa-trash-o"></span>حذف تمام گزارشات
</button>
<button type="submit" value="2" name="type" class="btn btn-warning btn-sm" onclick="return confirm('آیا مطمئنید؟')">
<span class="fa fa-trash"></span>حذف گزارشات تا هفته قبل
</button>
</form>
</div>
<div class="table-responsive-sm table-responsive-md">
<?php echo e($dataTable->table()); ?>
</div>
</div><!-- /.container-fluid -->
</section>
<!-- /.content -->
</div>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('footer'); ?>
<?php echo e($dataTable->scripts()); ?>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('admin.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/armgroup/libs/resources/views/admin/activities/index.blade.php ENDPATH**/ ?>