@extends('admin.install-layout') @section('title', 'Step 3 — Migrate & Seed') @php $step = 3; @endphp @section('install-content')
Creates all tables and populates demo data
What this step does:
Click the button below to run migrations and seed the database.
Running migrations and seeding data…
This may take 10–30 seconds.
Migrations & seeding completed successfully!
All tables created. Demo data loaded.
Migration failed.