@php $variant = $variant ?? 'default'; $metrics = array_slice($showcase->metrics ?? [], 0, 2); $tags = array_slice($showcase->tags ?? [], 0, 2); @endphp
{{ $showcase->title }}
{{ $showcase->category }} {{ $showcase->eyebrow }}

{{ $showcase->title }}

{{ $showcase->excerpt }}

{{ $showcase->client_name }} {{ $showcase->location }} {{ $showcase->year_label }}
@if ($metrics !== [])
@foreach ($metrics as $metric)
{{ $metric['value'] }} {{ $metric['label'] }}
@endforeach
@endif
@foreach ($tags as $tag) {{ $tag }} @endforeach
مشاهده پروژه