@include('userpage.header')

Art Work

@csrf
@if(!empty($artwork) && $artwork->material_image_file)
Material Image
Material Image
@else
Material Image
Preview
Change
@endif
@if(!empty($artwork) && $artwork->artwork_file)
Artwork
Artwork
@else
Artwork
Preview
Change
@endif
@if(!empty($artwork) && $artwork->artwork_person_file)
Artwork with Person
Artwork with Person
@else
Artwork with Person
Preview
Change
@endif
@if(!empty($artwork) && $artwork->scanned_artwork_file)
Scanned Artwork
Scanned Artwork
@else
Scanned Artwork
Preview
Change
@endif
@if(empty($artwork)) @endif
@if(session('success')) @endif @if(session('error')) @endif @include('userpage.footer')