@extends('layouts.layoutplanilla') @section('ReportTitle')COMUNICACIONES OFICIALES {{date('Y')}} @endsection @section('content') @section('content')
| Código | Fecha y Hora | Remitente | Asunto | Dependencia | Tipo Radicado | Estado | Fecha Último Trámite |
|---|---|---|---|---|---|---|---|
| {{count($rads)}} | |||||||
| {{$r->codigo}} | {{date('d-m-Y H:m', strtotime($r->created_at))}} | {{$r->solicitantes[0]->nombres}} {{$r->solicitantes[0]->apellidos}} | {{$r->asunto}} | {{$r->area->nombre}} | {{$r->TipoRadicado->nombre}} | {{$r->estado->nombre}} | @if($r->UltimoTramite != null) {{date('d-m-Y H:m', strtotime($r->UltimoTramite->created_at))}} @endif |
| {{$j}}{{$i}} | @endfor