@extends('layouts.cp') @section('title', 'Jobs') @section('content') @if(session('success'))
{{ $jobName }}
@if($envJobs->first()->description){{ $envJobs->first()->description }}
@endifLast run: {{ $job->last_run_at->format('d M Y H:i') }}
@if($job->last_run_status) {{ ucfirst($job->last_run_status) }} @endif @if($job->last_run_note){{ $job->last_run_note }}
@endifNever run
@endifNo jobs configured.