{{--
Photo Gallery
--}}
{{-- Filter Tabs --}}
@foreach ($photos->pluck('category')->unique('id')->filter() as $cat)
@endforeach
{{-- Masonry Grid --}}
@foreach ($photos as $photo)
path ? Storage::url($photo->path) : asset('frontend/images/default-image.jpg') }}', '{{ addslashes($photo->title) }}')">
@endforeach
{{-- Lightbox --}}