@extends('layouts.master') @section('page-top') Submit New Artwork Home Explore Artwork Create @endsection @section('page-content') @csrf @if($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{-- file upload area --}} Upload Artwork File Drag or choose your file to upload. It will be resized to 3,000px square (thanks Apple.) {{-- actual upload which is hidden --}} {{-- our custom upload button --}} Choose a File PNG, JPG, JPEG Max 20Mb Prefer 3,000px Square @error('file') {{ $message }} @enderror {{-- end upoad file area --}} Artwork Title @error('title') {{ $message }} @enderror Artwork Description {{ old('description') }} @error('description') {{ $message }} @enderror For Podcast @foreach ($podcasts as $podcast) id)>{{ $podcast->name }} @endforeach {{-- End .row --}} By submitting this artwork, you agree you have the rights to publish the artwork and are placing this artwork under a non-revokable Creative Commons CC BY-SA 4.0 DEED Attribution-ShareAlike 4.0 International license. {{-- End .row --}} {{-- End .create-item-wrapper --}} Cancel Submit Artwork. {{-- ENd .row --}} @endsection
Drag or choose your file to upload. It will be resized to 3,000px square (thanks Apple.)
By submitting this artwork, you agree you have the rights to publish the artwork and are placing this artwork under a non-revokable Creative Commons CC BY-SA 4.0 DEED Attribution-ShareAlike 4.0 International license.