diff --git a/resources/views/shared/show.blade.php b/resources/views/shared/show.blade.php index fa99188..cebd9ce 100644 --- a/resources/views/shared/show.blade.php +++ b/resources/views/shared/show.blade.php @@ -4,131 +4,139 @@ {{ __('Share hosting details') }}
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Labels - @foreach($labels as $label) - @if($loop->last) - {{$label->label}} - @else - {{$label->label}}, - @endif - @endforeach -
Id{{ $shared->id }}
Main domain{{ $shared->main_domain }}
Location{{ $shared_extras[0]->location }}
Provider{{ $shared_extras[0]->provider_name }}
Price{{ $shared_extras[0]->price }} {{ $shared_extras[0]->currency }}
Term{{ \App\Process::paymentTermIntToString($shared_extras[0]->term) }}
Has dedicated IP?{{ ($shared->has_dedicated_ip)? 'Yes': 'No' }}
IP{{ $shared->ip }}
Owned since - @if(!is_null($shared->owned_since)) - {{ date_format(new DateTime($shared->owned_since), 'jS F Y') }} - @endif -
Next due date - @if(!is_null($shared_extras[0]->next_due_date)) - {{ date_format(new DateTime($shared_extras[0]->next_due_date), 'jS F Y') }} - @endif -
Created on{{ date_format($shared->created_at, 'jS F Y') }}
Last updated{{ date_format($shared->updated_at, 'jS F Y') }}
-
-
-
- + +
+
+

{{ $shared->main_domain }}

+ @foreach($labels as $label) + @if($loop->last) + {{$label->label}} + @else + {{$label->label}}, + @endif + @endforeach +
+
+
{{ $shared->id }}
+ @if($shared->active !== 1) +
not active
+ @endif +
+
+
+
+
+
- - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + +
Disk GB{{$shared->disk_as_gb}}Type{{ $shared->shared_type }}
Bandwidth GB{{$shared->bandwidth}}Location{{ $shared_extras[0]->location }}
Domains Limit{{$shared->domains_limit}}Provider{{ $shared_extras[0]->provider_name }}
Subdomains Limit{{$shared->subdomains_limit}}Price{{ $shared_extras[0]->price }} {{ $shared_extras[0]->currency }} + {{\App\Process::paymentTermIntToString($shared_extras[0]->term)}} +
Email Limit{{$shared->email_limit}}Was promo{{ ($shared_extras[0]->was_promo === 1) ? 'Yes' : 'No' }}
DB Limit{{$shared->db_limit}}Has dedicated IP?{{ ($shared->has_dedicated_ip)? 'Yes': 'No' }}
FTP Limit{{$shared->ftp_limit}}IP{{ $shared->ip }}
Owned since + @if(!is_null($shared->owned_since)) + {{ date_format(new DateTime($shared->owned_since), 'jS F Y') }} + @endif +
Next due date{{Carbon\Carbon::parse($shared_extras[0]->next_due_date)->diffForHumans()}} + ({{Carbon\Carbon::parse($shared_extras[0]->next_due_date)->format('d/m/Y')}}) +
Inserted + @if(!is_null($shared->created_at)) + {{ date_format(new DateTime($shared->created_at), 'jS M y g:i a') }} + @endif +
Updated + @if(!is_null($shared->updated_at)) + {{ date_format(new DateTime($shared->updated_at), 'jS M y g:i a') }} + @endif +
-
- - Go back - - - Edit - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Disk GB{{$shared->disk_as_gb}}
Bandwidth GB{{$shared->bandwidth}}
Domains Limit{{$shared->domains_limit}}
Subdomains Limit{{$shared->subdomains_limit}}
Email Limit{{$shared->email_limit}}
DB Limit{{$shared->db_limit}}
FTP Limit{{$shared->ftp_limit}}
+ +
-
+ + Go back + + + Edit + + @if(Session::has('timer_version_footer') && Session::get('timer_version_footer') === 1)

Built on Laravel v{{ Illuminate\Foundation\Application::VERSION }} (PHP v{{ PHP_VERSION }}