@extends('layouts.main-app') @section('title', 'Project') @section('content') @include('components.navbar')
@foreach($ongoing_projects as $ongoingproject)

{!!$ongoingproject->title!!}

{{$ongoingproject->description}}

Location:

{{$ongoingproject->location_description}}

    @foreach ($ongoingproject->carousels as $ongoingprojectcarousels)
  • @endforeach
@endforeach

PROJECT SHOWCASE

Sort by:

@foreach($project as $projects)
@foreach ($projects->projectImages as $project_images) @endforeach

{{ $projects->category->category_name }}

{{ $projects->title }}

@endforeach
@for ($i = 1; $i <= $totalPages; $i++) @endfor @if ($totalPages > 3)
@endif
@include('components.footer') @endsection