@props([ 'title', 'teaser', 'company', 'industry', 'region', 'date', 'hasImage' => false, 'hasPdf' => false, 'companyLogo' => null, 'slug', 'imageUrl' => null, ])
@if($imageUrl) {{ $title }} @else
@endif @if($companyLogo)
@endif
@if(!$companyLogo)
{{ $company }}
@endif

{{ $title }}

{{ $teaser }}

{{ $industry }} {{ $region }} {{ $date }}
@if($hasImage) Bild @endif @if($hasPdf) PDF @endif
Lesen →