@extends('layout.default') @section('title') {{ __('staff.seedboxes') }} - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__seedbox--index') @section('main')

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

@forelse ($seedboxes as $seedbox) @empty @endforelse
{{ __('common.no') }} {{ __('common.user') }} {{ __('common.ip') }} {{ __('user.created-on') }} {{ __('common.action') }}
{{ $loop->iteration }} {{ $seedbox->ip }}
  • @csrf @method('DELETE')
  • No seedboxes
    {{ $seedboxes->links('partials.pagination') }}
    @endsection