@extends('installer.layout') @section('content')

Let's Start Installation for ready
Triprex Application!

We understand the value of time and the importance of a seamless installation experience. Say goodbye to complex setups and welcome a new era of convenience with our user-friendly application installer.

Server Requirements

@if (isset($phpSupportInfo, $requirements)) @include('installer.requirements', [ 'phpSupportInfo' => $phpSupportInfo, 'requirements' => $requirements, ]) @endif

Permission

@if (isset($permissions)) @include('installer.permission', ['permissions' => $permissions]) @endif
@csrf

Environment Settings

App debug :
@csrf

Database Connection

Demo Content Import

@if (request()->is('install/final'))

🎉 Congratulations!

You're All Set Up and Ready to Go!

Your {{ env('APP_NAME') }} setup is complete, and you're now ready to experience the seamless benefits it brings. We applaud you for taking this step, and we're thrilled to have you on board.

Admin Access:

Email: admin@gmail.com

Password: 123456789

Merchant Access:

Email: merchant@gmail.com

Password: 123456789

Customer Access:

Email: customer@gmail.com

Password: 123456789

@endif
@endsection