@extends('artist.layouts.app') @section('title','Edit Artwork') @section('content')

Edit Artwork

@csrf @method('PUT') {{-- CODE --}}
{{-- TITLE --}}
{{-- UPDATED BY --}}
{{-- THEMES --}}
Multiple themes select करें, × से remove करें {{-- MEDIUM --}}
{{-- FORM --}}
{{-- DESCRIPTION --}}
{{-- PRICE --}}
{{-- STATUS --}}
{{-- CURRENT IMAGE --}} @if($painting->image)

@endif {{-- NEW IMAGE --}}
{{-- DELETE --}}
@csrf @method('DELETE')
@endsection @push('styles') @endpush @push('scripts') @endpush