@extends('zainiklab.installer.layout') @section('title', 'Configuration') @section('preloader')
img {{__('Your install is processing. Please wait a few minutes')}}.
@endsection @section('content')
@if($errors->any()) @endif
@csrf

{{__('Please enter your application details')}}

{{__('Please enter your Item purchase code and customer email')}}

{{__('Please enter your database connection details')}}

{{__('Please enter your SMTP details')}}

{{__('Please enter your Item purchase code')}}

@endsection @push('script') @endpush