@extends('frontend.layouts.master') @section('styles') @parent @stop @section('content')

{!!lang('images')!!}

@include('frontend.layouts.social')
@if(!empty($imageGallery) && $imageGallery->isNotEmpty())
@foreach($imageGallery->chunk(2) as $imageGalleryArr)
@foreach($imageGalleryArr as $image) @endforeach
@endforeach
@if(!empty($imageGallery->nextPageUrl())) @endif @else

{{lang('no_details_found')}}

@endif
@include('frontend.partials.marquee')
@stop @section('scripts') @parent @stop