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

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

{{ __('radio.wizard.step_prefix') }} 1 {{ __('radio.wizard.of') }} 5 - {{ __('radio.wizard.step1_subtitle') }}

1
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
@php $platforms = ['shoutcast', 'icecast', 'azurecast', 'other']; @endphp @php $icons = ['shoutcast' => '📡', 'icecast' => '🎵', 'azurecast' => '☁️', 'other' => '🔗']; @endphp @foreach($platforms as $p) @endforeach
← {{ __('radio.wizard.back_to_setup') }}
@endsection