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

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

@if (\Session::has('error_playlist'))
{!! \Session::get('error_playlist') !!}
@endif
sun == '1' ? 'checked' : '') }}>
mon == '1' ? 'checked' : '') }}>
tue == '1' ? 'checked' : '') }}>
wed == '1' ? 'checked' : '') }}>
thu == '1' ? 'checked' : '') }}>
fri == '1' ? 'checked' : '') }}>
sat == '1' ? 'checked' : '') }}>
@if (\Session::has('error_days'))
{!! \Session::get('error_days') !!}
@endif
@if (\Session::has('error_date'))
{!! \Session::get('error_date') !!}
@endif
@if (\Session::has('error_time'))
{!! \Session::get('error_time') !!}
@endif
{{ __('radio.schedule_skip_warning') }} {{ __('radio.schedule_read_more') }} »
@include('includes/footer')