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

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

@if (\Session::has('error_name'))
{!! \Session::get('error_name') !!}
@endif
@if (\Session::has('error_url'))
{!! \Session::get('error_url') !!}
@endif
@if (\Session::has('error_days'))
{!! \Session::get('error_days') !!}
@endif
@if (\Session::has('error_time'))
{!! \Session::get('error_time') !!}
@endif
@if (\Session::has('error_time_end'))
{!! \Session::get('error_time_end') !!}
@endif
@include('includes/footer')