File manager - Edit - /var/www/html/portalDoServidor/resources/views/informativos.blade.php
Back
@extends('theme') @section('title', 'Legislações, Ordens de Serviços e Normatizações - Portal do Servidor da Prefeitura de Angra dos Reis') @section('content') @include("components._headLine", ["headLine" => "Informativos"]) <div class="container"> <div class="row internas gx-5"> <div class="col-12 col-xl-9 blog-post"> <table id="atabela" class='table table-striped table-media table-bordered dataTable'> <thead> <tr> <th>Data</th> <th>Tipo</th> <th>Descrição</th> </tr> </thead> <tbody> @forelse($informativos as $informativo) <tr> <td> {{ date("d/m/Y", strtotime($informativo->dataPublicacao)) }} </td> <td> <a href="{{ url( env("APP_ENDPOINT") . "/" . $informativo->arquivo ) }}" target="_blank"> @if($informativo->tipo == "INFORMATIVOS_DO_RH") Informativos do RH @else Legislações, Ordens de Serviços e Normatizações do RH @endif </a> </td> <td> {!! $informativo->descricao !!} </td> </tr> @empty <tr> <td colspan="3"> Nenhum informe encontrado! </td> </tr> @endforelse </tbody> </table> </div> <div class="col-md-3 d-none d-xl-block"> @include('elements.sidebar') </div> </div> </div> @endsection
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings