@extends('layouts.app') @section('title','Downloads') @section('breadcrumb') @endsection @section('content')
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) }} |