Updated create view blade titles for consistency

Updated create view blade titles for consistency
This commit is contained in:
cp6 2022-11-06 21:39:52 +11:00
parent 997b07a0b7
commit 8cfb0d76a0
11 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
@section("title", "Insert DNS") @section("title", "Add a DNS")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new DNS') }} {{ __('Insert a new DNS') }}

View File

@ -1,4 +1,4 @@
@section("title", "Insert Domain") @section("title", "Add a Domain")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new domain') }} {{ __('Insert a new domain') }}

View File

@ -1,4 +1,4 @@
@section("title", "Insert IP address") @section("title", "Add an IP address")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new IP') }} {{ __('Insert a new IP') }}

View File

@ -1,4 +1,4 @@
@section("title", "Insert Location") @section("title", "Add a Location")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new location') }} {{ __('Insert a new location') }}

View File

@ -1,4 +1,4 @@
@section("title", "Insert misc service") @section("title", "Add a misc service")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new misc service') }} {{ __('Insert a new misc service') }}

View File

@ -1,4 +1,4 @@
@section("title", "Insert operating system") @section("title", "Add an operating system")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new OS') }} {{ __('Insert a new OS') }}

View File

@ -1,4 +1,4 @@
@section("title", "Insert provider") @section("title", "Add a provider")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new provider') }} {{ __('Insert a new provider') }}

View File

@ -1,4 +1,4 @@
@section("title", "Enter new reseller hosting") @section("title", "Add a reseller hosting")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new reseller hosting') }} {{ __('Insert a new reseller hosting') }}

View File

@ -1,4 +1,4 @@
@section("title", "Enter new seed box") @section("title", "Add a seed box")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new seed box') }} {{ __('Insert a new seed box') }}

View File

@ -1,4 +1,4 @@
@section("title", "Enter new server") @section("title", "Add a server")
@section('scripts') @section('scripts')
<script src="{{ asset('js/vue.min.js') }}"></script> <script src="{{ asset('js/vue.min.js') }}"></script>
<script src="{{ asset('js/axios.min.js') }}"></script> <script src="{{ asset('js/axios.min.js') }}"></script>

View File

@ -1,4 +1,4 @@
@section("title", "Enter new shared hosting") @section("title", "Add a shared hosting")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Insert a new shared hosting') }} {{ __('Insert a new shared hosting') }}