@extends('layout.index') @section('meta_content') Design Partners - Your Dreams Our Design @endsection @section('content')

Portfolio

@if(isset($data['project'])) @foreach($data['project'] as $projects) @if (count($projects['img']) > 0)
{{ $projects['title'] }}

{{ $projects['title'] }}

@php $i = 0 @endphp @foreach($projects['img'] as $projectsimg) @if($i>0)
Ivanhoe Blvd <br> Custom Home
@endif @php $i++ @endphp @endforeach
01
{{ count($projects['img']) }}
@endif @endforeach @endif
@include('partial.footer')
@include('partial.sociallink')
@endsection