@extends('templates.pdf.template') @section('title', 'Lista de Normas') @section('content')
DATA: {{ now()->format( 'd/m/Y' ) }} | Quantidade de normas: {{ count($data) }} |
Código |
Título |
Comitê |
Status |
Data |
Link |
---|---|---|---|---|---|
{{ $norm->norm_cod }} |
{{ $norm->title }} |
{{ $norm->committee ? $norm->committee->title : '-' }} |
{{ $norm->getStatusName($norm->status) }} {{ $norm->status === '0' && $norm->is_expired ? "Expirada" : null }} |
{{ $date }} |
Ver Norma |