@extends('admin.install-layout') @section('title', 'Step 3 — Migrate & Seed') @php $step = 3; @endphp @section('install-content')

Database Migration & Seeding

Creates all tables and populates demo data

What this step does:

Click the button below to run migrations and seed the database.

@endsection @section('install-scripts') @endsection