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

Add New Artwork

{{-- ERRORS --}} @if ($errors->any())
@endif
@csrf {{-- CODE --}}
{{-- TITLE --}}
{{-- UPDATED BY --}}
{{-- THEMES --}}
Multiple themes select करें, × से remove करें {{-- MEDIUM --}}
{{-- FORM --}}
{{-- DESCRIPTION --}}
{{-- PRICE --}}
{{-- IMAGE --}}
✔ JPG/PNG only ✔ Max 10MB ✔ Recommended 1200×1200px
@endsection @push('styles') @endpush @push('scripts') @endpush