@extends('layouts.layout') @section('title', 'Descargas') @section('background', asset('img/nosotros.jpg')) @section('content')

Descargas

@foreach ($types as $type)
@foreach ($type->downloads as $download) @endforeach
Título Archivo
{{ $download->title }} @if ($download->url) @else @endif
@endforeach
@endsection @push('scripts') @endpush