@extends('layouts.app')
@section('title', $artist->name . ' | Artist')
@section('content')
{{-- ================= ARTIST BANNER ================= --}}
{{-- ENQUIRY BAR --}}
Interested in artworks by this artist beyond whatβs shown here?
{{-- FILTERS --}}
{{-- PAINTINGS --}}
@include('front.paintings.partials.painting_grid',['paintings'=>$paintings])
@if(!empty($pageContents['artist_show']->content))
{!! html_entity_decode($pageContents['artist_show']->content) !!}
@endif
{{-- ================= ARTIST ENQUIRY MODAL ================= --}}