Updated views title @section

Updated views title @section
This method removes the whitespace
This commit is contained in:
cp6 2022-10-13 16:03:31 +11:00
parent 3b35cae875
commit 07194a299d
53 changed files with 53 additions and 65 deletions

View File

@ -1,4 +1,4 @@
@section('title') {{'Edit account'}} @endsection @section("title", "Edit account")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit account Edit account

View File

@ -1,4 +1,4 @@
@section('title') {{'Insert DNS'}} @endsection @section("title", "Insert 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') {{'Edit'}} {{ $dn->hostname }} {{$dn->dns_type}} {{'DNS'}} @endsection @section("title", "Edit {$dn->hostname} {$dn->dns_type} DNS")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit {{ $dn->hostname }} {{$dn->dns_type}} record Edit {{ $dn->hostname }} {{$dn->dns_type}} record

View File

@ -1,4 +1,4 @@
@section('title') {{'DNS'}} @endsection @section("title", "DNS")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{ $dns->hostname }} {{$dns->dns_type}} {{'dns'}} @endsection @section("title", "{$dns->hostname} {$dns->dns_type} DNS")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('DNS details') }} {{ __('DNS details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Insert domain'}} @endsection @section("title", "Insert 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') {{'Edit domain'}} @endsection @section("title", "Edit Domain")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit {{ $domain_info->domain }}.{{ $domain_info->extension }} Edit {{ $domain_info->domain }}.{{ $domain_info->extension }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Domains'}} @endsection @section("title", "Domains")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,6 +1,4 @@
@section('title') @section("title", "{$domain_info->domain }.{$domain_info->extension} domain")
{{ $domain_info->domain }}.{{$domain_info->extension}} {{'domain'}}
@endsection
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Domain details') }} {{ __('Domain details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Home'}} @endsection @section("title", "Home")
<x-app-layout> <x-app-layout>
<div class="container"> <div class="container">
@if (Route::has('login')) @if (Route::has('login'))

View File

@ -1,4 +1,4 @@
@section('title') {{'Insert IP address'}} @endsection @section("title", "Insert 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') {{'IP Addresses'}} @endsection @section("title", "IP addresses")
@section('css_links') @section('css_links')
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
@endsection @endsection

View File

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

View File

@ -1,4 +1,4 @@
@section('title') {{'Labels'}} @endsection @section("title", "Labels")
@section('css_links') @section('css_links')
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{ $label->label }} {{'label'}} @endsection @section("title", "{$label->label} label")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Label details') }} {{ __('Label details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Insert location'}} @endsection @section("title", "Insert 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') {{'Locations'}} @endsection @section("title", "Locations")
@section('css_links') @section('css_links')
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{ $location->name }} {{'location'}} @endsection @section("title", "{$location->name} location")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Location details') }} {{ __('Location details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Insert misc service'}} @endsection @section("title", "Insert 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') {{$misc_data->name}} {{'edit'}} @endsection @section("title", "{$misc_data->name} edit")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit {{ $misc_data->name }} Edit {{ $misc_data->name }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Misc services'}} @endsection @section("title", "Misc services")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{ $misc_data->name }} {{'service'}} @endsection @section("title", "{$misc_data->name} service")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Misc details') }} {{ __('Misc details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Insert operating system'}} @endsection @section("title", "Insert 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') {{'Operating systems'}} @endsection @section("title", "Operating systems")
@section('css_links') @section('css_links')
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{'Insert provider'}} @endsection @section("title", "Insert 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') {{'Providers'}} @endsection @section("title", "Providers")
@section('css_links') @section('css_links')
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}"> <link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{ $provider->name }} {{'provider'}} @endsection @section("title", "{$provider->name } provider")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Provider details') }} {{ __('Provider details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Enter new reseller hosting'}} @endsection @section("title", "Enter new 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') {{$reseller->main_domain}} {{'edit'}} @endsection @section("title", "{$reseller->main_domain} edit")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit {{ $reseller->main_domain }} Edit {{ $reseller->main_domain }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Resellers'}} @endsection @section("title", "Resellers")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{$reseller->main_domain}} {{'reseller hosting'}} @endsection @section("title", "{$reseller->main_domain} reseller hosting")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Reseller hosting details') }} {{ __('Reseller hosting details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Enter new seed box'}} @endsection @section("title", "Enter new 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') {{$seedbox_data->title}} {{'edit'}} @endsection @section("title", "{$seedbox_data->title} edit")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit {{ $seedbox_data->title }} Edit {{ $seedbox_data->title }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Seed boxes'}} @endsection @section("title", "Seed boxes")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{$seedbox_data->title}} {{'Seed box'}} @endsection @section("title", "{$seedbox_data->title} seed box")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Seed box details') }} {{ __('Seed box details') }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Choose servers'}} @endsection @section("title", "Choose servers")
@section('scripts') @section('scripts')
<script src="{{ asset('js/vue.min.js') }}"></script> <script src="{{ asset('js/vue.min.js') }}"></script>
@endsection @endsection

View File

@ -1,6 +1,4 @@
@section('title') @section("title", "Compare servers")
{{'Compare servers'}}
@endsection
@section('style') @section('style')
<style> <style>
.td-nowrap { .td-nowrap {

View File

@ -1,4 +1,4 @@
@section('title') {{'Enter new server'}} @endsection @section("title", "Enter new 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,6 +1,4 @@
@section('title') @section("title", "{$server_data->hostname} edit")
{{$server_data->hostname}} {{'edit'}}
@endsection
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit {{ $server_data->hostname }} Edit {{ $server_data->hostname }}

View File

@ -1,6 +1,4 @@
@section('title') @section("title", "Servers")
{{'Servers'}}
@endsection
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{'Servers'}} @endsection @section("title", "Servers")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{'Public viewable servers'}} @endsection @section("title", "Public viewable servers")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Servers') }} {{ __('Servers') }}

View File

@ -1,6 +1,4 @@
@section('title') @section("title", "{$server_data->hostname} server")
{{$server_data->hostname}} {{'server'}}
@endsection
@section('scripts') @section('scripts')
<script> <script>
function showYabsCode() { function showYabsCode() {

View File

@ -1,4 +1,4 @@
@section('title') {{'Edit settings'}} @endsection @section("title", "Edit settings")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit Settings Edit Settings

View File

@ -1,4 +1,4 @@
@section('title') {{'Enter new shared hosting'}} @endsection @section("title", "Enter new 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') }}

View File

@ -1,4 +1,4 @@
@section('title') {{$shared->main_domain}} {{'edit'}} @endsection @section("title", "{$shared->main_domain} edit")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
Edit {{ $shared->main_domain }} Edit {{ $shared->main_domain }}

View File

@ -1,4 +1,4 @@
@section('title') {{'Shared hosting'}} @endsection @section("title", "Shared hosting")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{$shared->main_domain}} {{'shared'}} @endsection @section("title", "{$shared->main_domain} shared")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('Share hosting details') }} {{ __('Share hosting details') }}

View File

@ -1,6 +1,4 @@
@section('title') @section("title", "Choose YABs to compare")
{{'Choose YABs to compare'}}
@endsection
@section('scripts') @section('scripts')
<script src="{{ asset('js/vue.min.js') }}"></script> <script src="{{ asset('js/vue.min.js') }}"></script>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{'Compare YABs'}} @endsection @section("title", "Compare YABS")
@section('style') @section('style')
<style> <style>
.td-nowrap { .td-nowrap {

View File

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

View File

@ -1,4 +1,4 @@
@section('title') {{'YABs'}} @endsection @section("title", "YABS")
@section('style') @section('style')
<x-modal-style></x-modal-style> <x-modal-style></x-modal-style>
@endsection @endsection

View File

@ -1,4 +1,4 @@
@section('title') {{$yab[0]->hostname}} {{$yab[0]->id}} {{'YABs'}} @endsection @section("title", "{$yab[0]->hostname} {$yab[0]->id} YABS")
<x-app-layout> <x-app-layout>
<x-slot name="header"> <x-slot name="header">
{{ __('YABs details') }} {{ __('YABs details') }}