@extends('layouts.app') @section('content') {{--

Edit Artist

@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@csrf @method('PUT')
Name:
Email:
Sound Cloud:
Twitter:
Facebook:
Instagram:
Youtube:
Brand Camp:
Website:

Spotify Artist Page

Is this artist on spotify already?:
is_on_spotfy == 1) checked @endif />
is_on_spotfy == 0) checked @endif />
is_on_spotfy == 0) style="display:none;" @endif>
Spotify Artist Link:

Apple Artist Page

Is this artist on Apple already?:
is_on_apple == 1) checked @endif />
is_on_apple == 0) checked @endif>
is_on_apple == 0) style="display:none;" @endif >
Apple Artist Link:
--}} @endsection