@extends('template.portal.layout') @section('content-body')

Acreditaciones y Licenciamientos

@if(!empty($acreditaciones) && count($acreditaciones) > 0) @for($i = 0; $i < count($acreditaciones); $i++)
En el año {{ Carbon\Carbon::parse($acreditaciones[$i]['fecha'])->year }} , {{ $acreditaciones[$i]['nombre'] }} {{ $acreditaciones[$i]['descripcion'] }} Version Pdf
@endfor @else @endif
@endsection