@extends('layouts.app') @section('style_person') @endsection @section('content')

Archivar

@foreach ($temas as $tema)
{{ $tema->abreviaturaFormalidad }} {{ $nombre[0] }} {{ $tema->apellidoPaterno }}
Mod. {{ date('d/m/Y H:i', strtotime($tema->fechamod)) }}
{{ $tema->nombreSesion.' '.$tema->correlativo.' ['.$tema->nombreAgenda.']' }}
@if($tema->numeroArchivo > 0) @foreach($tema->archivos as $archivo) @endforeach @endif

@endforeach
@endsection