@extends('_layout') @section('title', 'Anexos') @section('content') @foreach($anexos as $anexo)

{{ $anexo }}

@endforeach @endsection