@extends('layout.index')
@section('meta_content')
Design Partners - Your Dreams Our Design
@endsection
@section('content')
@if(isset($data['project']))
@foreach($data['project'] as $projects)
@if (count($projects['img']) > 0)
@endif
@endforeach
@endif
@include('partial.footer')
@endsection