@extends('layouts.app') @section('content')

Photo Gallery

@if (count($ArrlistingPhotos) == 0)

No photo galleries available at the moment. Please check back later.

@endif @foreach ($ArrlistingPhotos as $Photos)
Article Image

{{ $Photos->title }}

exchange4media Staff   @if (\Carbon\Carbon::parse($Photos->created_at)->diffInWeeks() > 1) {{ \Carbon\Carbon::parse($Photos->created_at)->format('d-F-Y') }} @else {{ \Carbon\Carbon::parse($Photos->created_at)->diffForHumans() }} @endif

View Gallery
@endforeach
@include('article.rightsidebar')
@endsection