@section('title') {{$seedbox->title}} {{'Seed box'}} @endsection {{ __('Seed box details') }}

{{ $seedbox->title }}

@foreach($labels as $label) @if($loop->last) {{$label->label}} @else {{$label->label}}, @endif @endforeach
{{ $seedbox->id }}
@if($seedbox->active !== 1)
not active
@endif
Type {{ $seedbox->seed_box_type }}
Hostname {{ $seedbox_extras[0]->hostname }}
Location {{ $seedbox_extras[0]->location }}
Provider {{ $seedbox_extras[0]->provider_name }}
Price {{ $seedbox_extras[0]->price }} {{ $seedbox_extras[0]->currency }} {{\App\Process::paymentTermIntToString($seedbox_extras[0]->term)}}
Was promo {{ ($seedbox_extras[0]->was_promo === 1) ? 'Yes' : 'No' }}
Owned since @if(!is_null($seedbox->owned_since)) {{ date_format(new DateTime($seedbox->owned_since), 'jS F Y') }} @endif
Next due date {{Carbon\Carbon::parse($seedbox_extras[0]->next_due_date)->diffForHumans()}} ({{Carbon\Carbon::parse($seedbox_extras[0]->next_due_date)->format('d/m/Y')}})
Inserted @if(!is_null($seedbox->created_at)) {{ date_format(new DateTime($seedbox->created_at), 'jS M y g:i a') }} @endif
Updated @if(!is_null($seedbox->updated_at)) {{ date_format(new DateTime($seedbox->updated_at), 'jS M y g:i a') }} @endif
Disk @if($seedbox->disk_as_gb >= 1000) {{ number_format($seedbox->disk_as_gb / 1000,1) }} TB @else {{ $seedbox->disk_as_gb }} GB @endif
Bandwidth @if($seedbox->bandwidth >= 1000) {{ number_format($seedbox->bandwidth / 1000,1) }} TB @else {{ $seedbox->bandwidth }} GB @endif
Port speed @if($seedbox->port_speed >= 1000) {{ number_format($seedbox->port_speed / 1000,1) }} Gbps @else {{ $seedbox->port_speed }} Mbps @endif
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 }} )

@endif