@extends('admin.layout') @section('title', 'Edit Artwork') @section('content')

Artwork Management

Edit Artwork

Refine artwork details with a cleaner premium control panel.

{{-- ================= UPDATE FORM ================= --}}
@csrf @method('PUT')
{{-- THEMES --}}
Multiple themes select करें, × से remove करें
{{-- PRICE --}}
{{-- PRICE ON REQUEST --}}
price_on_request) ? 'checked' : '' }}>
{{-- ARTWORK SIZE --}}
Example: Height × Width (in inches or cm)
@if($painting->image)

@endif
{{-- ================= DELETE FORM (OUTSIDE) ================= --}}
@csrf @method('DELETE')
@endsection {{-- ================= STYLES & SCRIPTS ================= --}} @push('styles') @endpush @push('scripts') @endpush