mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
42 lines
912 B
PHP
Executable File
42 lines
912 B
PHP
Executable File
<?= $this->include('themes/_commonPartialsBs/_confirm2delete') ?>
|
|
<?= $this->extend('themes/vuexy/main/defaultlayout') ?>
|
|
|
|
<?= $this->section('content'); ?>
|
|
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
|
|
<div class="card card-info">
|
|
<div class="card-header">
|
|
<h3 class="card-title">Inicio</h3>
|
|
</div><!--//.card-header -->
|
|
<div class="card-body">
|
|
<?= view('themes/_commonPartialsBs/_alertBoxes'); ?>
|
|
|
|
</div><!--//.card-body -->
|
|
<div class="card-footer">
|
|
|
|
</div><!--//.card-footer -->
|
|
</div><!--//.card -->
|
|
</div><!--//.col -->
|
|
</div><!--//.row -->
|
|
|
|
|
|
<?= $this->endSection() ?>
|
|
|
|
|
|
<?= $this->section('additionalInlineJs') ?>
|
|
|
|
<?= $this->endSection() ?>
|
|
|
|
|
|
<?= $this->section('css') ?>
|
|
|
|
<?= $this->endSection() ?>
|
|
|
|
|
|
<?= $this->section('additionalExternalJs') ?>
|
|
|
|
<?= $this->endSection() ?>
|
|
|