@extends(Request::ajax() ? 'layouts.ajax-main' : 'layouts.main') @section('title'){{ _('Update Connection Info') }} @endsection @section('page-title')Administration chevron_right Update Connection Info @endsection @section('content')

{{ _('Update Connection Info') }}

{{ _('Here you can update the connection information for our radio. Please ensure your information is up-to-date before updating this page.') }}

{{ csrf_field() }}
@if ($errors->has('ip')) {{ $errors->first('ip') }} @endif
@if ($errors->has('port')) {{ $errors->first('port') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection