@extends('upgrade.layout') @section('header')

Database Upgrade Required

{{ count($pendingMigrations) }} pending migration{{ count($pendingMigrations) !== 1 ? 's' : '' }} detected

@endsection @section('content')

Important: Back up your database before proceeding. This process will modify your database schema.

Pending Migrations

@foreach($pendingMigrations as $migration) @endforeach
{{ $migration }}

The upgrade process will run database migrations and clear application caches. This may take a moment.

@endsection @section('footer')
@csrf
@endsection