@extends('install.index') @section('content')

{{ __('Congratulations!! The installation was successfull') }}


{{ __("Before you start using your application, make it yours. Set your application name and title, admin login email and password. Remember the login credentials which you will need later on for signing into your account. After this step, you will be redirected to application's login page.") }}


@csrf
{{ __('The name of your application') }}

{{ __('Full name of Administrator') }}

{{ __('Email address for administrator login') }}

{{ __('Admin login password') }}

{{ __('Address of Administrator') }}

{{ __('Phone of Administrator') }}

{{ __('Choose System TimeZone') }}

@endsection