@extends('layouts.layoutplanilla') @section('ReportTitle')COMUNICACIONES OFICIALES {{date('Y')}} @endsection @section('content') @section('content') {{-- --}} @foreach ($rads as $r) @endforeach {{-- @for($i=0; $i<10000; $i++) @for($j=0; $j<10; $j++) @endfor @endfor --}}
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}}
@endsection