@extends('web.layouts.main') @section('content') @if($banner && $banner->banner!=NULL) banner_meta_tag!!}> Our Projects Home {{$portfolio->title}} @endif @if($portfolio->photos->isNotEmpty()) @foreach($portfolio->photos as $photo) @if($photo->type=="Video") image_attribute!!}> @else @endif @endforeach @foreach($portfolio->photos as $photo) @if($photo->type=="Video") image_attribute!!}> @else @endif @endforeach @endif {{$portfolio->title}} @if($portfolio->location!=NULL) Location : {{$portfolio->location}} @endif @if($portfolio->type!=NULL) Type : {{$portfolio->type}} @endif @if($portfolio->attendees!=NULL) Attendees : {{$portfolio->attendees}} @endif @if($portfolio->description!=NULL) {!!$portfolio->description!!} @endif @if($nextItem!=NULL || $previousItem!=NULL) @if($previousItem!=NULL) @if($previousItem->thumbnail->isNotEmpty()) @foreach($previousItem->thumbnail as $thumbnail) @endforeach @else @endif {{$previousItem->title}} @if($previousItem->location!=NULL) {{$previousItem->location}} @endif @endif @if($nextItem!=NULL) @if($nextItem->thumbnail->isNotEmpty()) @foreach($nextItem->thumbnail as $thumbnail) @endforeach @else @endif {{$nextItem->title}} @if($nextItem->location!=NULL) {{$nextItem->location}} @endif @endif @endif @include('web.render._clients') @endsection
{{$previousItem->location}}
{{$nextItem->location}}