@section('title') {{'Seed boxes'}} @endsection @section('style') @endsection @section('scripts') @endsection {{ __('Seed boxes') }}
Add a seed box @if ($message = Session::get('success')) @endif
@if(isset($seedboxes[0])) @foreach($seedboxes as $row) @endforeach @else @endif
Title Type Location Provider Disk BWidth Port Price Due Had since Actions
{{ $row->title }} {{ $row->seed_box_type }} {{ $row->location }} {{ $row->provider_name }} @if($row->disk_as_gb >= 1000) {{ number_format($row->disk_as_gb / 1000,1) }} TB @else {{ $row->disk_as_gb }} GB @endif @if($row->bandwidth >= 1000) {{ number_format($row->bandwidth / 1000,1) }} TB @else {{ $row->bandwidth }} GB @endif @if($row->port_speed >= 1000) {{ number_format($row->port_speed / 1000,1) }} Gbps @else {{ $row->port_speed }} Mbps @endif {{ $row->price }} {{$row->currency}} {{\App\Process::paymentTermIntToString($row->term)}} {{Carbon\Carbon::parse($row->next_due_date)->diffForHumans()}} {{ $row->owned_since }}
@csrf
No seed boxes found.
@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