@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])
{{-- ================= ARTIST ENQUIRY MODAL ================= --}}