Файл: templates/admin/index.tpl
Строк: 52
<? $this->layout('app', ['title' => 'Админ панель'])
?>
<? $this->start('container') ?>
   <section
class="pt-120 pb-90">
        <div
class="container">
            <div class="row
justify-content-center">
                <div
class="col-xl-6 col-lg-8">
                    <!-- Start
Section Title -->
                    <div class="section-title
text-center" data-animate="fadeInUp">
                   
    <h1>Админ панель</h1>
                   
</div>
                </div>
            </div>
			
			
           <!--Start Service feature -->
            <div
class="row">
               <a
href="/admin/payments" class="col-lg-3 col-md-3 col-sm-4
col-6">
                    <div
class="single-server-feature text-center mb-30"
data-animate="fadeInUp">
                        <i
class="fa fa-bar-chart"></i>
                       
<h4 class="pt-sans font-weight-bold text-uppercase
mb-0">Платежи</h4>
                    </div>
  
             </a>
                 <a
href="/admin/moneyback" class="col-lg-3 col-md-3 col-sm-4
col-6">
                    <!--Start Single Service feature
-->
                    <div class="single-server-feature
text-center mb-30" data-animate="fadeInUp"
data-delay=".4">
                      <i class="fa
fa-credit-card"></i>
                        <h4
class="pt-sans font-weight-bold text-uppercase
mb-0">Выводы</h4>
                    </div>
    
           </a>
               
                <a
href="/admin/shop" class="col-lg-3 col-md-3 col-sm-4
col-6">
                    <!--Start Single Service feature
-->
                    <div class="single-server-feature
text-center mb-30" data-animate="fadeInUp"
data-delay=".4">
                       <i class="fa
fa-university" aria-hidden="true"></i>
            
           <h4 class="pt-sans font-weight-bold text-uppercase
mb-0">Кассы</h4>
                    </div>
      
         </a>
                
                 <a
href="/admin/users" class="col-lg-3 col-md-3 col-sm-4
col-6">
                    <!--Start Single Service feature
-->
                    <div class="single-server-feature
text-center mb-30" data-animate="fadeInUp">
             
          <i class="fa fa-user"></i>
                
       <h4 class="pt-sans font-weight-bold text-uppercase
mb-0">Пользователи</h4>
                   
</div>
                    <!--End of Single Service feature
-->
                </a>
           
        </div>
   
</section>
<? $this->stop() ?>