@extends('layouts.app') @section('title',$client->name) @section('breadcrumb') @endsection @section('content')

{{ $client->name }}

Gutschriften Chart Bearbeiten
Kundennummer
{{ $client->client_reference or ' ' }}
Name auf Rechnung
{{ $client->search_name or ' ' }}
Grundpreis pro Bild
{{ $client->base_price or ' ' }}
Länderrechte
{{ join(', ',$legal_countries) }}
Newslettervesand
Kontakte
{{ join(', ',$client->contacts->pluck('name')->toArray()) }}
FTP Accounts
{{ join(', ',$client->ftp_accounts->pluck('name')->toArray()) }}
@if ( $downloads->count() > 0 )

Downloads

@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) }}
@endif @endsection