File: /home/armgroup/libs/storage/framework/views/307d0ab41001f75f3804ea6a607311b05c12fcac.php
<?php $__env->startSection('title', 'پنل مدیریت | گزینهها'); ?>
<?php $__env->startSection('content'); ?>
<div class="content-wrapper">
<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>
<div class="col-sm-6">
<ol class="breadcrumb float-sm-left">
<?php echo e(Breadcrumbs::render('option')); ?>
</ol>
</div>
</div>
</div>
</div>
<section class="content">
<div class="container-fluid bg-white py-3">
<div class="table-responsive-sm table-responsive-md">
<?php echo e($dataTable->table()); ?>
</div>
</div>
</section>
</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/options/index.blade.php ENDPATH**/ ?>