@extends('admin.layout')
@section('title', 'Add New Artwork')
@section('content')
Artwork Management
Add New Artwork
Build a clean, complete listing with premium presentation details.
{{-- ✅ VALIDATION ERRORS --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush