File: /home/armgroup/libs/storage/framework/views/e94436c3953c2eefd70b6a1f30d4896ad9972877.php
<?php $__env->startSection('title', "پنل مدیریت | امتیازات $user->name"); ?>
<?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">امتیازات <?php echo e($user->name); ?></h1>
</div><!-- /.col -->
<div class="col-sm-6">
<ol class="breadcrumb float-sm-left">
<?php echo e(Breadcrumbs::render('point', $user)); ?>
</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">
<a href="<?php echo e(route('admin.user.points.create', $user)); ?>" class="btn btn-success btn-sm">
<span class="fa fa-plus"></span> افزودن مورد جدید
</a>
</div>
<div class="table-responsive-sm table-responsive-md">
<?php echo e($dataTable->table()); ?>
</div>
<div class="row mt-2">
<div class="col-lg-6 offset-lg-3 col-12">
<div class="alert alert-primary text-center" role="alert">
امتیاز فعلی کاربر <u><?php echo e(to_persian_numbers($user->point)); ?></u> میباشد
</div>
</div>
</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/points/index.blade.php ENDPATH**/ ?>