@extends('main') @section('styles') @endsection @section('page-title') {{ $gallery->title }} {{ __('Home') }} / {{ __('Photo Gallery') }} / {{ $gallery->title }} @endsection @section('content') @if ($gallery->images) @foreach ($gallery->images as $key => $image) @endforeach @endif @if (isDesktop()) @widget('LatestGallery') @endif @endsection @section('scripts') @endsection