@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Tasks')}}

{{__("These are actions that are run silently in the background.")}}

@foreach ($tasks as $task) @endforeach
{{__('Command')}} {{__('Expression')}} {{__('Description')}}
{{$task['command']}} {{$task['expression']}} {{$task['description']}}
@stop