@extends('artist.layouts.app')
@section('title','Add New Artwork')
@section('content')
Add New Artwork
{{-- ERRORS --}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endsection
@push('styles')
@endpush
@push('scripts')
@endpush