Updated views title @section
Updated views title @section This method removes the whitespace
This commit is contained in:
parent
3b35cae875
commit
07194a299d
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Edit account'}} @endsection
|
||||
@section("title", "Edit account")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit account
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert DNS'}} @endsection
|
||||
@section("title", "Insert DNS")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new DNS') }}
|
||||
|
|
|
@ -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-slot name="header">
|
||||
Edit {{ $dn->hostname }} {{$dn->dns_type}} record
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'DNS'}} @endsection
|
||||
@section("title", "DNS")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -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-slot name="header">
|
||||
{{ __('DNS details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert domain'}} @endsection
|
||||
@section("title", "Insert Domain")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new domain') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Edit domain'}} @endsection
|
||||
@section("title", "Edit Domain")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit {{ $domain_info->domain }}.{{ $domain_info->extension }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Domains'}} @endsection
|
||||
@section("title", "Domains")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
@section('title')
|
||||
{{ $domain_info->domain }}.{{$domain_info->extension}} {{'domain'}}
|
||||
@endsection
|
||||
@section("title", "{$domain_info->domain }.{$domain_info->extension} domain")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Domain details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Home'}} @endsection
|
||||
@section("title", "Home")
|
||||
<x-app-layout>
|
||||
<div class="container">
|
||||
@if (Route::has('login'))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert IP address'}} @endsection
|
||||
@section("title", "Insert IP address")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new IP') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'IP Addresses'}} @endsection
|
||||
@section("title", "IP addresses")
|
||||
@section('css_links')
|
||||
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert project'}} @endsection
|
||||
@section("title", "Add label")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new label') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Labels'}} @endsection
|
||||
@section("title", "Labels")
|
||||
@section('css_links')
|
||||
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{ $label->label }} {{'label'}} @endsection
|
||||
@section("title", "{$label->label} label")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Label details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert location'}} @endsection
|
||||
@section("title", "Insert Location")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new location') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Locations'}} @endsection
|
||||
@section("title", "Locations")
|
||||
@section('css_links')
|
||||
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{ $location->name }} {{'location'}} @endsection
|
||||
@section("title", "{$location->name} location")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Location details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert misc service'}} @endsection
|
||||
@section("title", "Insert misc service")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new misc service') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{$misc_data->name}} {{'edit'}} @endsection
|
||||
@section("title", "{$misc_data->name} edit")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit {{ $misc_data->name }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Misc services'}} @endsection
|
||||
@section("title", "Misc services")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{ $misc_data->name }} {{'service'}} @endsection
|
||||
@section("title", "{$misc_data->name} service")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Misc details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert operating system'}} @endsection
|
||||
@section("title", "Insert operating system")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new OS') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Operating systems'}} @endsection
|
||||
@section("title", "Operating systems")
|
||||
@section('css_links')
|
||||
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert provider'}} @endsection
|
||||
@section("title", "Insert provider")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new provider') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Providers'}} @endsection
|
||||
@section("title", "Providers")
|
||||
@section('css_links')
|
||||
<link rel="stylesheet" href="{{ asset('css/datatables.bootstrap.min.css') }}">
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{ $provider->name }} {{'provider'}} @endsection
|
||||
@section("title", "{$provider->name } provider")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Provider details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Enter new reseller hosting'}} @endsection
|
||||
@section("title", "Enter new reseller hosting")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new reseller hosting') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{$reseller->main_domain}} {{'edit'}} @endsection
|
||||
@section("title", "{$reseller->main_domain} edit")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit {{ $reseller->main_domain }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Resellers'}} @endsection
|
||||
@section("title", "Resellers")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{$reseller->main_domain}} {{'reseller hosting'}} @endsection
|
||||
@section("title", "{$reseller->main_domain} reseller hosting")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Reseller hosting details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Enter new seed box'}} @endsection
|
||||
@section("title", "Enter new seed box")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new seed box') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{$seedbox_data->title}} {{'edit'}} @endsection
|
||||
@section("title", "{$seedbox_data->title} edit")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit {{ $seedbox_data->title }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Seed boxes'}} @endsection
|
||||
@section("title", "Seed boxes")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{$seedbox_data->title}} {{'Seed box'}} @endsection
|
||||
@section("title", "{$seedbox_data->title} seed box")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Seed box details') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Choose servers'}} @endsection
|
||||
@section("title", "Choose servers")
|
||||
@section('scripts')
|
||||
<script src="{{ asset('js/vue.min.js') }}"></script>
|
||||
@endsection
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
@section('title')
|
||||
{{'Compare servers'}}
|
||||
@endsection
|
||||
@section("title", "Compare servers")
|
||||
@section('style')
|
||||
<style>
|
||||
.td-nowrap {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Enter new server'}} @endsection
|
||||
@section("title", "Enter new server")
|
||||
@section('scripts')
|
||||
<script src="{{ asset('js/vue.min.js') }}"></script>
|
||||
<script src="{{ asset('js/axios.min.js') }}"></script>
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
@section('title')
|
||||
{{$server_data->hostname}} {{'edit'}}
|
||||
@endsection
|
||||
@section("title", "{$server_data->hostname} edit")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit {{ $server_data->hostname }}
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
@section('title')
|
||||
{{'Servers'}}
|
||||
@endsection
|
||||
@section("title", "Servers")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Servers'}} @endsection
|
||||
@section("title", "Servers")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Public viewable servers'}} @endsection
|
||||
@section("title", "Public viewable servers")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Servers') }}
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
@section('title')
|
||||
{{$server_data->hostname}} {{'server'}}
|
||||
@endsection
|
||||
@section("title", "{$server_data->hostname} server")
|
||||
@section('scripts')
|
||||
<script>
|
||||
function showYabsCode() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Edit settings'}} @endsection
|
||||
@section("title", "Edit settings")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit Settings
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Enter new shared hosting'}} @endsection
|
||||
@section("title", "Enter new shared hosting")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a new shared hosting') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{$shared->main_domain}} {{'edit'}} @endsection
|
||||
@section("title", "{$shared->main_domain} edit")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
Edit {{ $shared->main_domain }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Shared hosting'}} @endsection
|
||||
@section("title", "Shared hosting")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{$shared->main_domain}} {{'shared'}} @endsection
|
||||
@section("title", "{$shared->main_domain} shared")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Share hosting details') }}
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
@section('title')
|
||||
{{'Choose YABs to compare'}}
|
||||
@endsection
|
||||
@section("title", "Choose YABs to compare")
|
||||
@section('scripts')
|
||||
<script src="{{ asset('js/vue.min.js') }}"></script>
|
||||
@endsection
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Compare YABs'}} @endsection
|
||||
@section("title", "Compare YABS")
|
||||
@section('style')
|
||||
<style>
|
||||
.td-nowrap {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'Insert YABs'}} @endsection
|
||||
@section("title", "Insert YABS")
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
{{ __('Insert a YABs') }}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@section('title') {{'YABs'}} @endsection
|
||||
@section("title", "YABS")
|
||||
@section('style')
|
||||
<x-modal-style></x-modal-style>
|
||||
@endsection
|
||||
|
|
|
@ -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-slot name="header">
|
||||
{{ __('YABs details') }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user