@extends('layouts.app') @section('title', 'Artworks') @section('content')

Explore Artworks

@foreach($artworks as $artwork) @endforeach
@if(!empty($pageContents['artworks']->content))
{!! $pageContents['artworks']->content !!}
@endif @endsection