@extends('beanstalkdui::layout') @section('styles') @stop @section('content')

Tube <{{ $tube }}>

Overview

@include('beanstalkdui::tubes.partials.stats_row')

Next up

@include('beanstalkdui::tubes.partials.next_ready') @include('beanstalkdui::tubes.partials.next_buried') @include('beanstalkdui::tubes.partials.next_delayed')
@if (config('beanstalkdui.failed_jobs')) @include('beanstalkdui::tubes.partials.failed_table') @endif @stop @section('scripts') @if (config('beanstalkdui.failed_jobs')) @endif @stop