File manager - Edit - /var/www/html/portal/storage/framework/views/028f8eac3cedd242ce8e3b1b4ca0a973.php
Back
<?php $__env->startSection("title", env("APP_NAME") . " :: Concursos Públicos e Processos de Seleção"); ?> <?php $__env->startSection('content'); ?> <section> <div class="container"> <div class="row"> <hr /> <div class="col-12"> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"> <a href="<?php echo e(route("paginas.home")); ?>"><?php echo e(__("Portal")); ?></a> </li> <li class="breadcrumb-item"> <a href="<?php echo e(route("paginas.concursos.index")); ?>"><?php echo e(__("Concursos Públicos e Processos de Seleção")); ?></a> </li> <li class="breadcrumb-item"> <a href="<?php echo e(route("paginas.concursos.andamento", $concurso->id_concurso)); ?>"><?php echo e(__("Andamento")); ?></a> </li> <li class="breadcrumb-item active" aria-current="page"><?php echo e(__("Editais de Convocações")); ?></li> </ol> </nav> </div> <div class="col-12"> <h1>Ano: <?php echo e($concurso->ds_ano); ?></h1> <hr> <h3 class="top30">EDITAIS DE CONVOCAÇÕES</h3> <table class="table"> <thead> <tr> <th width="20%">Publicação</th> <th width="60%" class="centro">Cargo</th> <th width="20%" class="centro">Data de apresentação</th> </tr> </thead> <tbody> <?php $__currentLoopData = $editais; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $edital): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <tr> <td class="centro"><?php echo e(date("d/m/Y", strtotime($edital->dt_publicacao))); ?></td> <td class="centro"> <a href="<?php echo e(url("/concursos/" . $edital->nm_arquivo)); ?>"> <?php echo e($edital->ds_link_arquivo); ?> </a> </td> <td class="centro"><?php echo $edital->ds_apresentacao; ?></td> </tr> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </tbody> </table> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.pmar.theme', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /var/www/html/portal/resources/views/paginas/concursos/editaisConvocacoes.blade.php ENDPATH**/ ?>
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings