@extends('web.layouts.main') @section('content') @if($banner && $banner->banner!=NULL)
banner_meta_tag!!}>

Our Projects

@endif
@if($portfolio->photos->isNotEmpty())
@foreach($portfolio->photos as $photo) @if($photo->type=="Video")
image_attribute!!}>
@else
{{ config('app.name') }}
@endif @endforeach
@foreach($portfolio->photos as $photo) @if($photo->type=="Video")
image_attribute!!}>
@else
{{ config('app.name') }}
@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)
@endif @include('web.render._clients') @endsection