@extends('layouts.app') @section('content') Add Artist Create New Artist @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Name Email Sound Cloud Twitter Facebook Instagram Youtube OAC {{-- ISRC --}} Website Spotify Artist Page is this artist on spotify already? Yes, i can provide a link No, i need artist page created,(We will request a new artist page be created for you. you must update the page info here once live): Spotify Artist Link Will Smith Will Smith Will Smith Will Smith Will Smith Will Smith Apple Artist Page is this artist on Apple already? Yes, i can provide a link No, i need artist page created,(We will request a new artist page be created for you. you must update the page info here once live): Apple Artist Link Will Smith Will Smith Will Smith Will Smith Will Smith Will Smith Submit {{-- Add Artist @if (count($errors) > 0) Whoops! There were some problems with your input. @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Name Email Sound Cloud Twitter Facebook Instagram Youtube Website Genre Descriptions {{ old('description') }} Genre Status Active Disabled Save --}} {{--