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

Downloads

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