@extends('layouts.app') @section('title', __('ui.community_gallery_entity_title', ['entity' => $entityName]).' — Coaster World') @section('content') ← {{ __('ui.community_gallery_back_entity') }} {{ __('ui.community_gallery_kicker') }} {{ __('ui.community_gallery_entity_title', ['entity' => $entityName]) }} {{ __('ui.community_gallery_entity_intro') }} {{ $photos->total() }}{{ __('ui.community_gallery_photos') }} {{ __('ui.community_gallery_all') }} @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_entity_empty_title') }}{{ __('ui.community_gallery_entity_empty_text') }} @endif @endsection
{{ __('ui.community_gallery_entity_intro') }}
{{ __('ui.community_gallery_entity_empty_text') }}