@extends('layouts.app') @section('title', __('radio.wizard.title') . ' - ' . __('radio.wizard.step_short') . ' 3 - ' . config('app.name')) @push('styles') @endpush @section('content')

🔌 {{ __('radio.wizard.step3_title') }}

{{ __('radio.wizard.step_prefix') }} 3 {{ __('radio.wizard.of') }} 5 - {{ __('radio.wizard.step3_subtitle') }}

3
4
5
✓ {{ __('radio.wizard.step1_label') }} ✓ {{ __('radio.wizard.step2_label') }} {{ __('radio.wizard.step3_label') }} {{ __('radio.wizard.step4_label') }} {{ __('radio.wizard.step5_label') }}
@if($autoDetected && $autoDetected['detected'])
{{ ucfirst($autoDetected['type']) }} {{ __('radio.wizard.detected') }}

{{ __('radio.wizard.detected_desc') }}

@elseif($autoDetected)
⚠️
{{ __('radio.wizard.not_detected') }}

{{ __('radio.wizard.not_detected_desc') }}

@endif
@csrf
{{ __('radio.wizard.enable_now_playing') }}
{{ __('radio.wizard.now_playing_api_hint') }}
{{ __('radio.wizard.enable_listeners') }}
{{ __('radio.wizard.listeners_api_hint') }}
{{ __('radio.wizard.enable_current_dj') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
← {{ __('radio.wizard.previous_step') }}
@endsection