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

{{ config('app.name', 'POS') }} Installation Step 2 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


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


For Newsletter & support

@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