@extends('installer.layout') @section('title', 'Database Migration — Quickro POS Installer') @section('content')
Running migrations to create all database tables and seeding initial data.
Migrations completed successfully!
All tables have been created and initial data seeded.
Migration failed
@if(!empty($error)){{ $error }}
@endifRunning migrations…
This may take a moment. Do not close this page.