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

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

@csrf
@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
{{ __('radio.password_readonly_note') }}
prohibed) ? 'checked' : '') }}>
sun) ? 'checked' : '') }}>
mon) ? 'checked' : '') }}>
tue) ? 'checked' : '') }}>
wed) ? 'checked' : '') }}>
thu) ? 'checked' : '') }}>
fri) ? 'checked' : '') }}>
sat) ? 'checked' : '') }}>
@if (\Session::has('error_days'))
{!! \Session::get('error_days') !!}
@endif
@if (\Session::has('error_time'))
{!! \Session::get('error_time') !!}
@endif
@if (\Session::has('error_time2'))
{!! \Session::get('error_time2') !!}
@endif
{{ __('radio.home_blockinfo_changepl_btn_cancel') }}
@include('includes/footer')