@extends('layouts.app') @section('title', $task->name . ' - Otomatik Görev Detayı') @section('page-title', $task->name) @section('content')
{{ $task->description }}
{{ $task->command }}
{{ $task->schedule_expression }}
{{ $task->last_error }}