@extends('layouts.app', ['nav' => false]) @section('title', 'Welcome - Installation') @section('content')

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

@include('ic.partials.nav', ['active' => 'app_details'])
@if(session('error'))
{!! session('error') !!}
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ csrf_field() }}

Application Details



License Details Make sure to provide correct information from Envato/codecanyon


For Newsletter & support

Database Details Make sure to provide correct information


Name of empty database


Back
Installation in progress, Please do not refresh, go back or close the browser.
@endsection @section('footer') @endsection