connected with Us
{{-- --}}
×


Project Details

{{ $project->project_name }}

{{-- First Image --}} @if ($project->project_image1)
{{ $project->project_name }}
@endif {{-- Second Image --}} @if ($project->project_image2)
{{ $project->project_name }}
@endif {{-- Third Image --}} @if ($project->project_image3)
{{ $project->project_name }}
@endif {{-- Video --}} @if ($project->project_video)
@endif {{-- Text Section --}}

{{ $project->project_name }}

{{ $project->short_introduction ?? 'No description available for this project.' }}

{{ ucfirst($project->category) }} - Project

@if($project->key_highlights)

Key Highlights:

    @foreach(json_decode($project->key_highlights) as $highlight)
  • {{ $highlight }}
  • @endforeach
@else

No key highlights available.

@endif @if($project->location)

Location: {{ $project->location }}

@endif

Back to Project Gallery