@extends('layouts.app') @section('title', $showcase->meta_title) @section('meta_description', $showcase->meta_description) @section('canonical', route('showcases.show', $showcase)) @section('og_type', 'article') @section('og_image', asset($showcase->cover_image)) @push('structured-data') @endpush @push('styles') @endpush @section('content')
{{ $showcase->category }}

{{ $showcase->title }}

{{ $showcase->headline }}

{{ $showcase->hero_alt }}
{{ $showcase->eyebrow }} @foreach ($showcase->tags ?? [] as $tag) {{ $tag }} @endforeach

خلاصه پروژه

{{ $showcase->summary }}

{{ $showcase->client_name }} {{ $showcase->location }} {{ $showcase->duration_label }} {{ $showcase->year_label }}
@foreach ($showcase->metrics ?? [] as $metric)
{{ $metric['value'] }} {{ $metric['label'] }}
@endforeach

{{ $showcase->challenge_title }}

{{ $showcase->challenge_body }}

{{ $showcase->solution_title }}

{{ $showcase->solution_body }}

نکات کلیدی اجرا

    @foreach ($showcase->highlights ?? [] as $highlight)
  • {{ $highlight }}
  • @endforeach

نتیجه های مهم

    @foreach ($showcase->outcomes ?? [] as $outcome)
  • {{ $outcome }}
  • @endforeach
گالری پروژه

نماهای کلیدی این پیاده سازی

@if ($relatedShowcases->isNotEmpty())
پرونده های مرتبط

پروژه های دیگری که می توانید بررسی کنید

@endif
@endsection