@extends('installer.layout') @section('title', 'Installer: Demo Data') @section('content')

Installer Wizard

Step {{ $step }} of {{ $totalSteps }}

Final Configuration & Data Setup

Progress {{ round(($step / $totalSteps) * 100) }}%
ProInvoice Logo

Populate with Demo Data?

To help you get familiar with the application features, we can populate your database with sample data including clients, invoices, and recurring payments. This is highly recommended for trial purposes to explore the full dashboard capabilities.

warning

Important Note

Do not import demo data if you intend to use this installation for real production accounting immediately. This data will need to be manually deleted later.

Admin Account Setup

Need help? Read the installation guide or contact support.

@push('scripts') @endpush @endsection