@extends('layouts.webpage.main_two') @section('page-title', 'Projects') @section('content')
Projects

Projects

Global Landmarks by Meking India

Showcasing Meking’s Excellence in Steel Structure Solutions, Worldwide.

@forelse ($projects as $project)
@if(!empty($project->location))
{{ $project->location }}
@endif {{ $project->title ?? 'Project Image' }}
{{ $project->title }}
@php $type = $projectTypes->firstWhere('id', $project->type_id); @endphp @if($type)

{{ $type->name }}

@endif @if($project && $project->id) DISCOVER MORE @endif
@empty

No projects found.

@endforelse
@endsection