@extends('layouts.site') @section('content')
Data | Descrição | Situação | Visualizar | {{--Historico/Tramitação | --}}||
---|---|---|---|---|---|---|
{!! $documentModel->date !!} |
{!! html_entity_decode($documentModel->document_type->name) !!}
{!! html_entity_decode($documentModel->number . '/' . $documentModel->getYear($documentModel->date)) !!}
-
{!! html_entity_decode($documentModel->owner->short_name) !!}
@if ($_SERVER['HTTP_HOST'] == 'jardim.legissuper.com.br' || $_SERVER['HTTP_HOST'] == 'cmladario.legissuper.com.br') @if (strlen($documentModel->content) >= 600) {!! substr($new_string, 0, 600) . '...' !!} @else {!! $new_string !!} @endif @else @if (strlen($documentModel->content) >= 600) {!! substr( strip_tags(html_entity_decode($documentModel->content)), 0, strrpos(substr(strip_tags(html_entity_decode($documentModel->content)), 0, 600), ' '), ) . '...' !!} @else {{ strip_tags(html_entity_decode($documentModel->content)) }} @endif @endif @if ($download->value && count($documentModel->documents) > 0) @endif |
@if ($documentModel->approved == 1) Aprovado @else Lido @endif | {{-- | --}}
{{-- --}}
{{--
{{-- PDF --}}
{{-- --}}
{{-- --}}
{{-- | --}}
Data | Tipo | Numero | Local | Visualizar | ||
---|---|---|---|---|---|---|
{!! $meeting->date_start !!} | {!! $meeting->SessionType->name !!} | {!! $meeting->number !!} | {!! $meeting->session_place->name !!} |
@if ($meeting->files()->count() > 0)
@endif
@if ($params['showPautas'])
PAUTA
@endif
@if ($params['showAtas'])
ATA
@endif
@foreach ($video as $videos)
@if ($meeting->id == $videos->meeting_id)
@if ($meeting->id == ($videos->meeting_id ?? '') || ($videos->type_video ?? '') == 1)
VÍDEO
@endif
@endif
@endforeach
|
Data | Tipo Documento | Numero | Tipo | Visualizar | ||
---|---|---|---|---|---|---|
{{ \Carbon\Carbon::parse($meetings->date_start)->format('d/m/Y') }} | @if (!is_null($meetings->document_id)) @if (isset(\App\Models\DocumentType::where('id', $meetings->document_type_id)->first()->name)) {!! \App\Models\DocumentType::where('id', $meetings->document_type_id)->first()->name !!} @else Não possui/NA @endif @elseif(!is_null($meetings->law_id)) @if (isset(\App\Models\LawsType::where('id', $meetings->law_type_id)->first()->name)) {!! \App\Models\LawsType::where('id', $meetings->law_type_id)->first()->name !!} @else Não possui/NA @endif @elseif (!is_null($meetings->ata_id)) |