@extends('layouts.app') @section('title', __('ui.community_gallery_entity_title', ['entity' => $entityName]).' — Coaster World') @section('content')
@if($cards->isNotEmpty())
@foreach($cards as $card) @include('pages.photos._community-card', ['card' => $card]) @endforeach
@if($photos->hasPages())
{{ $photos->links() }}
@endif @else @endif
@endsection