@extends('layouts.nova') @section('content')

My Awards

Artworks of yours that have received awards from the community.

@if($artworks->isEmpty())

None of your artworks have received awards yet.

Browse artworks for inspiration
@else
@foreach($artworks as $art) @endforeach
{{ $artworks->links() }}
@endif
@endsection