@extends('layouts.auth', ['no_header' => 1]) @section('title', 'Welcome - POS Installation') @section('content')

{{ config('app.name', 'POS') }} Installation Step 1 of 3


@include('install.partials.nav', ['active' => 'install'])

Welcome to POS Installation!

[IMPORTANT] Before you start installing make sure you have following information ready with you:

  1. Application Name - Something short & Meaningful.
  2. Database informations:
    • Username
    • Password
    • Database Name
    • Database Host
  3. Mail Configuration - SMTP details (optional)
I Agree, Let's Go!
@endsection