@extends('layouts.app') @section('title', $artist->name . ' | Artist') @section('content') {{-- ================= ARTIST BANNER ================= --}}

{{ $artist->name }}

{{ \Illuminate\Support\Str::limit($artist->bio,220) }}

{{ $artist->bio }}

READ MORE β†’
{{-- ================= MAIN CONTENT ================= --}}
{{-- ENQUIRY BAR --}}
Interested in artworks by this artist beyond what’s shown here?
{{-- FILTERS --}}
{{-- PRICE --}}
{{-- FORM --}}
{{-- THEMES --}}
{{-- RESET --}}
{{-- PAINTINGS --}}
@include('front.paintings.partials.painting_grid',['paintings'=>$paintings])
{{-- ================= ARTIST ENQUIRY MODAL ================= --}} @endsection @push('scripts') @endpush