@extends('layout.index') @section('meta_content') Design Partners - Your Dreams Our Design @endsection @section('content')
@foreach($data['project'] as $projectsdata)

{{ $projectsdata['title'] }}

Lakeshore Levels  The New American Remodel 2021
@endforeach @include('partial.footer')
1
{{ count($data['project']) }}
@include('partial.sociallink')
@endsection