@extends('layout.with-main') @section('breadcrumbs')
| Position | Name | Cost | Upload (GiB) | Invite (#) | Bonus (#) | Supporter (Days) | Active | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $package->position }} | {{ $package->name }} | $ {{ $package->cost }} | {{ App\Helpers\StringHelper::formatBytes($package->upload_value ?? 0) }} | {{ $package->invite_value ?? 0 }} | {{ $package->bonus_value ?? 0 }} | @if ($package->donor_value === null) Lifetime @else {{ $package->donor_value }} day(s) @endif | @if ($package->is_active) {{ __('common.yes') }} @else {{ __('common.no') }} @endif |