@extends('layout.default') @section('title') {{ $user->username }} - {{ __('user.seedboxes') }} - {{ config('other.title') }} @endsection @section('breadcrumbs') @endsection @section('nav-tabs') @include('user.buttons.user') @endsection @section('page', 'page__user-seedbox--index') @section('main')

{{ __('user.seedboxes') }}

{{ __('user.add-seedbox') }}

@csrf

@foreach ($seedboxes as $seedbox) @endforeach
{{ __('torrent.agent') }} IP {{ __('common.added') }} {{ __('common.actions') }}
{{ $seedbox->name }} {{ $seedbox->ip }}
  • @csrf @method('DELETE')
  • {{ $seedboxes->links('partials.pagination') }}
    @endsection @section('sidebar')

    {{ strtoupper(__('user.disclaimer')) }}

    {{ __('user.disclaimer-info') }}

    {{ __('user.disclaimer-info-bordered') }}

    @endsection