@extends('layouts.app') @section('title','Downloads') @section('breadcrumb') @endsection @section('content')

Downloads

@if ( count($downloads) > 0) @foreach ($downloads as $download) @endforeach
Zeitstempel Kontakt Serie
{{ $download->created_at }} @if ($download->contact) {{ $download->contact->name }} @else Kontakt gelöscht. @endif {{ str_limit($download->image_set->title,80) }}
@else Keine @endif @endsection