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

{{ $data['project'][0]['title'] }}

{!! nl2br($data['project'][0]['desc']) !!}

{!! nl2br($data['project'][0]['address']) !!}

@if(count($data['project'][0]['img'])>0)
{{ $data['project'][0]['title'] }}
@endif
@php $i=1 @endphp @foreach($data['project'][0]['img'] as $images) @if($i>1)
{{ $data['project'][0]['title'] }}
@endif @php $i++ @endphp @endforeach @include('partial.footer')
@include('partial.sociallink')
@endsection