@extends('layouts.app') @section('title', 'System Update') @section('content')
@include('partials.alerts')Installed Version
Pending Migrations
No pending changes.
@endforelse| When | From | To | Status | Message |
|---|---|---|---|---|
| {{ \Illuminate\Support\Carbon::parse($run->created_at)->format('d M Y H:i') }} | {{ $run->from_version }} | {{ $run->to_version }} | @php $cls = ['success' => 'success', 'failed' => 'danger', 'noop' => 'secondary'][$run->status] ?? 'secondary'; @endphp {{ ucfirst($run->status) }} | {{ $run->message }} |
| No updates run yet. | ||||