@extends('index') @section('content')

UPLOAD

Upload unlimited songs, albums and podcasts. Our platform ensures artists get paid when their tracks get played.

Lets get started

@if(config('settings.ffmpeg'))

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

@else

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

@endif
{{ __('web.CHOOSE_A_FILE') }}
@include('commons.upload-item', ['genres' => $allowGenres, 'moods' => $allowMoods]) @endsection