Gallery Photos List
{{-- --}}
@if($collection->count()) @foreach($collection as $item)
...
({{ $item->size }})
{{ $item->photo }}
@endforeach @endif
@if(count($photos)>0) {{-- Temporary photos --}}
@foreach($photos as $index => $photo) @endforeach
@endif
{{$collection->onEachSide(1)->links('components.layouts.pagination')}}
@include('components.layouts.confirm-modal')
@script @endscript