@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())
@endif
@csrf {{-- 🔒 INTERNAL (OPTIONAL) --}} {{-- ARTWORK CODE --}}
{{-- TITLE --}}
{{-- UPDATED BY --}}
{{-- ARTIST --}}
{{-- FORM --}}
{{-- MEDIUM --}}
{{-- THEMES --}}
Multiple themes select करें, × से remove करें {{-- DESCRIPTION --}}
{{-- PRICE --}}
{{-- PRICE ON REQUEST --}}
{{-- ARTWORK SIZE --}}
Example: Height × Width (in inches or cm) {{-- STATUS --}} {{-- IMAGE --}}
✔ JPG / PNG only
✔ Max size: 5 MB
✔ Recommended size: 1200 × 1200 px
{{-- SUBMIT --}}
@endsection @push('styles') @endpush @push('scripts') @endpush