@extends('layouts.nova') @section('content')
@if ($artworks && $artworks->count())
{{ $artworks->withQueryString()->links('pagination::bootstrap-4') }}
@else
No Artworks Yet

Once uploads arrive they will appear here. Check back soon.

@endif
@endsection