@extends('layouts.app') @section('title', 'Artists | Creativity Art Gallery') @section('content') Explore Artists Discover artworks from established and emerging Indian artists. 🔍 @if(isset($featuredArtists) && $featuredArtists->count()) Featured Artists @foreach($featuredArtists->sortBy('name') as $artist) {{ $artist->name }} @endforeach @endif {{-- ================= OTHER ARTISTS ================= --}} Other Artists @forelse($artists->sortBy('name') as $artist) {{ $artist->name }} @empty No artists found. @endforelse {{ $artists->links() }} @if(!empty($pageContents['artists']->content)) {!! html_entity_decode($pageContents['artists']->content) !!} @endif @endsection {{-- ================= STYLES ================= --}} @push('scripts') @endpush
Discover artworks from established and emerging Indian artists.
{{ $artist->name }}
No artists found.