@props(['project']) @php $industry = collect(config('brokam.industries'))->firstWhere('slug', $project->industry); $cardImage = $industry['image'] ?? 'images/integration.jpg'; @endphp {{-- Project photo --}}
{{ $project->title }} {{ $project->year }} @if ($industry)

{{ $industry['name'] }}

@endif

{{ $project->title }}

{{ \Illuminate\Support\Str::limit($project->summary, 110) }}

Case study