File manager - Edit - /var/www/html/observa/resources/views/observa/temas.blade.php
Back
@extends('observa.layout') @section('title', __('Indicadores') . ' :: ' . __('Observatório da Cidade de Angra dos Reis')) @section('content') <section id="main"> <div class="container"> <div class="row"> <div class="col-12"> <div class="content"> <article class="box page-content"> <header> <h2>{{ __('Temas') }}</h2> </header> <section class="box features"> <div> <div class="row"> @forelse($temas as $tema) @include('observa.partials.tema-card', [ 'href' => route('observa.indicadores', $tema['id']), 'nome' => $tema['nome'], 'cor' => $tema['cor'] ?? null, 'icone' => $tema['icone'] ?? null, 'iconFallback' => 'fa-chart-bar', ]) @empty <div class="col-12"> <p>{{ __('Nenhum tema disponÃvel no momento.') }}</p> </div> @endforelse </div> </div> </section> </article> </div> </div> </div> </div> </section> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings