From e0996975d33b505bb4fec5a01463eb508b424ea3 Mon Sep 17 00:00:00 2001 From: cp6 Date: Mon, 21 Feb 2022 11:57:13 +1100 Subject: [PATCH] Updated IPs create blade Updated IPs create blade --- resources/views/ips/create.blade.php | 78 +++++----------------------- 1 file changed, 12 insertions(+), 66 deletions(-) diff --git a/resources/views/ips/create.blade.php b/resources/views/ips/create.blade.php index 9a34d0e..8dde499 100644 --- a/resources/views/ips/create.blade.php +++ b/resources/views/ips/create.blade.php @@ -1,78 +1,36 @@ -@section('title') {{'Insert DNS'}} @endsection +@section('title') {{'Insert IP address'}} @endsection - {{ __('Insert a new DNS') }} + {{ __('Insert a new IP') }}
-

DNS information

+

IP information

- {{ route('dns.index') }} + {{ route('IPs.index') }} Go back -
+ @csrf
-
-
-
Hostname
- - @error('name') {{ $message }} - @enderror -
-
-
+
- address + IP address address
Type
- + +
-
-
- - label - label1 - -
-
- - label - label2 - -
-
- - label - label3 - -
-
- - label - label4 - -
-
-

Related to:

+

Attached to:

Server
@@ -109,22 +67,10 @@ @endforeach
-
-
-
Domain
-
-
- Insert DNS + Insert IP