@extends('layout.default') @section('breadcrumbs') @endsection @section('content')

Packages

@foreach ($packages as $package) @endforeach
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
  • {{ __('common.edit') }}
  • @csrf @method('DELETE')
  • {{ $packages->links('partials.pagination') }}
    @endsection