@extends('upgrade.layout') @section('header')
{{ count($pendingMigrations) }} pending migration{{ count($pendingMigrations) !== 1 ? 's' : '' }} detected
Important: Back up your database before proceeding. This process will modify your database schema.
| {{ $migration }} |
The upgrade process will run database migrations and clear application caches. This may take a moment.