@extends("totem::layout") @section('page-title') @parent - Tasks @stop @section('title')

Tasks

@stop @section('main-panel-content') @forelse($tasks as $task) @empty @endforelse
{!! \Studio\Totem\Helpers\columnSort('Description', 'description') !!} {!! \Studio\Totem\Helpers\columnSort('Average Runtime', 'average_runtime') !!} {!! \Studio\Totem\Helpers\columnSort('Last Run', 'last_ran_at') !!} Next Run Execute

No Tasks Found.

@stop @section('main-panel-footer')
New Task Export
{{$tasks->links('totem::partials.pagination', ['params' => '&' . http_build_query(array_filter(request()->except('page')))])}} @stop