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

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

@csrf
@if($artwork->picture) @else
No thumbnail
@endif


Choose Artwork




Choose Attachment

@endsection @push('scripts') @endpush