@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'])
{{ csrf_field() }}

Hey, I need your help.

Please create a file with name .env in application folder with read & write permission and paste the below content.
Press install after it.


Installation in progress, Please do not refresh, go back or close the browser.

@endsection @section('footer') @endsection