mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 15:33:44 +01:00
Updated create view blade titles for consistency
Updated create view blade titles for consistency
This commit is contained in:
parent
997b07a0b7
commit
8cfb0d76a0
@ -1,4 +1,4 @@
|
||||
@section("title", "Insert DNS")
|
||||
@section("title", "Add a DNS")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new DNS') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Insert Domain")
|
||||
@section("title", "Add a Domain")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new domain') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Insert IP address")
|
||||
@section("title", "Add an IP address")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new IP') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Insert Location")
|
||||
@section("title", "Add a Location")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new location') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Insert misc service")
|
||||
@section("title", "Add a misc service")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new misc service') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Insert operating system")
|
||||
@section("title", "Add an operating system")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new OS') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Insert provider")
|
||||
@section("title", "Add a provider")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new provider') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Enter new reseller hosting")
|
||||
@section("title", "Add a reseller hosting")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new reseller hosting') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Enter new seed box")
|
||||
@section("title", "Add a seed box")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new seed box') }}
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Enter new server")
|
||||
@section("title", "Add a server")
|
||||
@section('scripts')
|
||||
<script src="{{ asset('js/vue.min.js') }}"></script>
|
||||
<script src="{{ asset('js/axios.min.js') }}"></script>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@section("title", "Enter new shared hosting")
|
||||
@section("title", "Add a shared hosting")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new shared hosting') }}
|
||||
|
Loading…
Reference in New Issue
Block a user