@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'] }}
@endif @endforeach @endif @include('partial.footer')
1
{{ count($data['project']) }}
@include('partial.sociallink')
@endsection