@extends('layouts.app') @section('title', __('ui.community_gallery_title').' — Coaster World') @section('content') {{ __('ui.community_gallery_kicker') }} {{ __('ui.community_gallery_title') }} {{ __('ui.community_gallery_intro') }} {{ $photos->total() }}{{ __('ui.community_gallery_photos') }} {{ __('ui.community_gallery_filter_all') }} @foreach(['park','attraction','coaster'] as $filterType) {{ __('ui.community_photo_type_'.$filterType) }} @endforeach @auth{{ __('ui.community_photo_my') }}@endauth @if($cards->isNotEmpty()) @foreach($cards as $card) @include('pages.photos._community-card', ['card' => $card]) @endforeach @if($photos->hasPages()){{ $photos->links() }}@endif @else 📷{{ __('ui.community_gallery_empty_title') }}{{ __('ui.community_gallery_empty_text') }} @endif @endsection
{{ __('ui.community_gallery_intro') }}
{{ __('ui.community_gallery_empty_text') }}