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

Edit Artwork: {{ $artwork->title }}

@csrf

Basic Markdown-style formatting and emoji are allowed. Raw HTML tags are not accepted.

@error('description')
{{ $message }}
@enderror
@if($artwork->picture) @else
No thumbnail
@endif


Choose Artwork




Choose Attachment

@endsection