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

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

@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif

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

@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
@include('includes/footer')