{{ $project['title'] }}
{{ $project['hero']['subtitle'] }}
- {{ $portfolioText('detail.category') }}
- @if(count($categoryItems) > 0) @foreach($categoryItems as $categoryItem) {{ $categoryItem }} @endforeach @else {{ $project['category'] }} @endif
- {{ $portfolioText('detail.year') }}
- {{ $project['year'] }}
- {{ $portfolioText('detail.duration') }}
- {{ $project['duration'] }}
{{ $portfolioText('detail.project_overview') }}
{{ $portfolioText('detail.challenge') }}
{{ $project['overview']['challenge'] }}
{{ $portfolioText('detail.solution') }}
{{ $project['overview']['solution'] }}
{{ $portfolioText('detail.results') }}
{{ $project['overview']['results'] }}
{{ $portfolioText('detail.project_details') }}
@foreach($project['sections'] as $index => $section) @if(($section['type'] ?? null) === 'accountable_stats') @continue @endif @php $sectionType = $section['type'] ?? null; $isProductShowcase = $sectionType === 'product_showcase'; $isSocialSection = in_array($sectionType, ['social_media_feed_wall', 'social_media_motion_duo', 'social_media_showcase', 'product_showcase'], true); $sectionSpacing = ($isSocialSection ? 'mb-12' : 'mb-24') . ($index > 0 ? ' ' . ($isSocialSection ? 'pt-12' : 'pt-24') . ' border-t border-neutral-300' : ''); @endphp{{ $section['title'] }}
@if(!empty($section['content']))-
@foreach($section['highlights'] as $highlight)
- {{ $highlight }} @endforeach
{{ $section['title'] }}
@if(!empty($section['content'])){{ $section['title'] }}
@if(!empty($section['content']))-
@foreach($section['highlights'] as $highlight)
- {{ $highlight }} @endforeach
{{ $section['title'] }}
@if(!empty($section['content']))-
@foreach($section['highlights'] as $highlight)
- {{ $highlight }} @endforeach
{{ $section['title'] }}
-
@foreach($section['highlights'] as $highlight)
- {{ $highlight }} @endforeach
{{ $section['title'] }}
-
@foreach($section['highlights'] as $highlight)
- {{ $highlight }} @endforeach
{{ $portfolioText('detail.services_applied') }}
{{ $service['name'] }}
{{ $service['listingDescription'] ?? $service['heroSubtitle'] ?? '' }}
{{ $portfolioText('detail.view_service') }} @endforeach{{ $portfolioText('detail.what_client_says') }}
"{{ $project['testimonial']['quote'] }}"
{{ $project['testimonial']['author'] }}
{{ $project['testimonial']['role'] }}, {{ $project['testimonial']['company'] }}