@extends('layouts.auth') @section('title', 'POS Installation - Check server') @section('content')

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


@include('install.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


@if($activation_key)
@endif

Database Details Make sure to provide correct information


Email Configuration Use for sending mails



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