@extends('main') @section('styles') @endsection @section('page-title') {{ __('Photo Gallery') }} {{ __('Home') }} / {{ __('Photo Gallery') }} @endsection @section('content') @foreach ($galleries as $key => $gallery) {{ $gallery->title }} @endforeach @if (isDesktop()) @widget('LatestGallery') @endif @if ($galleries->hasMorePages()) {{ $galleries->links('vendor.pagination.mobile') }} @endif @endsection @section('scripts') @endsection