@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

@endif {{-- ================= OTHER ARTISTS ================= --}}

Other Artists

@forelse($artists->sortBy('name') as $artist)
{{ $artist->name }}
{{ $artist->name }}

{{ $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