@extends('index') @section('content') @include('artist-management.nav', ['artist' => $artist])

{!! __('web.SETTINGS_PICTURE_TIP') !!}

This will be displayed on your artist page, so be sure to use a name people will be able to recognize and search for.

{{ __('web.ARTIST_GENRE_TIP') }}

{{ __('web.ARTIST_MOOD_TIP') }}

{{ __('web.ARTIST_BIO_TIP') }}

Withdrawal Payment method

user()->payment_method == 'paypal') checked @endif>

Please fill your Paypal email.

user()->payment_method == 'bank') checked @endif>

Please note that a $35.00 transaction fee is charged on all Bank Transfers (SWIFT).
Please fill in your bank details as complete as possible, including:
- Your Address
- Your bank's Address
- The name of the account holder
- Your account number and if possible IBAN
- Your bank's SWIFT code

@endsection