@section('title', __('radio.menu_item_2_sub_2')) @section('head') @endsection @include('includes/header') @include('includes/topRadio')

{{ __('radio.menu_item_2_sub_2') }}

@if (\Session::has('success')) @php Session::forget('success'); @endphp @endif @if (\Session::has('error')) @php Session::forget('error'); @endphp @endif
@foreach($playlists as $playlist) @endforeach
{{ $playlist->id }}
{{ $playlist->name }}
{{ trans_choice('radio.playlists_files_count', $playlist->total_files, ['count' => $playlist->total_files]) }} ・ {{ ($playlist->type == '1' ? __('radio.playlists_type_random') : __('radio.playlists_type_sequential')) }} ・ {{ $playlist->duration }}
@method('DELETE')
@include('includes/footer')