@extends('layouts.install') @section('title', 'Import Database - POS Installation') @section('content')

Import Database

Step 3 of 3

Please select a database file to import. This will set up the necessary tables and data for your application.

@if(count($sqlFiles) > 0)
@csrf

Files loaded from /db folder.

Make sure your config is correct before importing.
@else
No SQL files found in the /db folder. Please upload a .sql file to the db folder in your project root and refresh this page.
Refresh Page
@endif @endsection