@extends('template.admin.layout')
@section('styles')
@endsection
@section('content-head')
Gestión de Acreditaciones
@endsection
@section('content-body')
Agregar Acreditaciones
Portal Web
| Nombre |
{{-- Descripción | --}}
Fecha |
Opciones |
@foreach($acreditaciones as $acreditacion)
| {{ $acreditacion['nombre'] }} |
{{-- {{ $acreditacion['descripcion'] }} | --}}
{{ $acreditacion['fecha']->tz('America/Lima')->format('d-m-Y') }} |
|
@endforeach
@endsection
@section('scripts')
@endsection