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

📻 {{ __('radio.wizard.step2_title') }}

{{ __('radio.wizard.step_prefix') }} 2 {{ __('radio.wizard.of') }} 5 - {{ $platformLabel }}

2
3
4
5
✓ {{ __('radio.wizard.step1_label') }} {{ __('radio.wizard.step2_label') }} {{ __('radio.wizard.step3_label') }} {{ __('radio.wizard.step4_label') }} {{ __('radio.wizard.step5_label') }}
@csrf
{{ __("radio.wizard.platform_{$platform}_info_title") }}
{{ __("radio.wizard.platform_{$platform}_info_desc") }}
{{ __('radio.wizard.stream_url_hint') }}
{{ __('radio.wizard.stream_name_hint') }}
@if($platform === 'azurecast')

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

{{ __('radio.wizard.azurecast_base_url_hint') }}
{{ __('radio.wizard.azurecast_station_id_hint') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
← {{ __('radio.wizard.previous_step') }}
@endsection