@extends('shaun_core::admin.layouts.master') @section('content')
{{__("These are actions that are run silently in the background.")}}
| {{__('Command')}} | {{__('Expression')}} | {{__('Description')}} | @foreach ($tasks as $task)
|---|---|---|
| {{$task['command']}} | {{$task['expression']}} | {{$task['description']}} |