@extends('layouts.app') @section('htmlheader_title') Move Address @endsection @section('content')
@csrf

{{ $o->system->name }} - {{ $o->ftn }}@if($o->system->setup)*@endif @if($o->system->setup)* This Host@endif

Move Address

@error('system_id') {{ $message }} @else Please select the System that should have the address. @enderror Add a NEW System
system->setup || $o->system->addresses->count()+$o->system->zcs->count() > 1)disabled @endif @if(old('remove',FALSE))checked @endif> system->addresses->count()+$o->system->zcs->count() > 1)disabled @endif @if(! old('remove',FALSE))checked @endif>
@error('remove') {{ $message }} @enderror
@if ($o->session('sespass'))
system->match($o->zone)->count() > 1)disabled @endif @if(old('remsess',FALSE))checked @endif> system->match($o->zone)->count() > 1)disabled @endif @if(! old('remsess',FALSE))checked @endif>
@error('remsess') {{ $message }} @enderror
@endif
@if($errors->count()) There were errors with the submission. @dump($errors) @endif @can('admin',$o)
@endcan
@endsection @section('page-css') @css('select2') @append @section('page-scripts') @js('select2') @append