Customer Management {{ env('APP_VERSION') }} {{ config('app.name', 'Customer Management 2') }}
1
2
3
4
5
6
@if ($errors->any()) Error
    @foreach ($errors->all() as $error)
  1. {{ $error }}
  2. @endforeach
@endif
@if (env('APP_ENV') === 'production') Error Application in production, please change APP_ENV to local before continue. @endif

{{ __('Script requirements') }}

{{ __('PHP version') }} >= {{ $requirements['php']['version'] }} {{ $requirements['php']['current'] }}
{{ __('MySQL version') }} >= {{ $requirements['mysql']['version'] }} {{ $requirements['mysql']['current']['distrib'] . ' v' . $requirements['mysql']['current']['version'] }}
@php $countEnable = 0; @endphp @foreach ($requirements['php_extensions'] as $name => $enabled) @php $requirementsEnable = $loop->index + 1; @endphp @endforeach
{{ __('PHP Extension') }} {{ __('Enabled') }}
{{ ucfirst($name) }} @if ($enabled) @php $countEnable++; @endphp @else @endif
@if (env('APP_ENV') ==='local')
{{ __('Next') }}
@endif

{{ __('Database settings') }}

@if ($errorMessage) Failed {{ $errorMessage }} @endif
Database Host
Database Username Database Password Database Name
@if ($existingDatabase) Database Already Exists Database dengan nama ini sudah ada. Jika kamu lanjutkan, database lama akan dihapus dan ini tidak dapat dikembalikan. @endif
{{ __('Back') }} @if ($existingDatabase)
{{ __('Delete Database and Create New') }}
@else {{ __('Creating database') }} @endif

{{ __('Install Application') }}

Congrulation!! Create database successfully
Klik Install to continue.
{{ __('Back') }} {{ __('Install') }}

{{ __('Create Admin User') }}

{{ __('Create Admin') }}

{{ __('Company Detail') }}

{{ __('websystem.label.email') }} {{ __('websystem.label.address') }} {{ __('websystem.label.city') }} {{ __('websystem.label.postal_code') }} {{ __('websystem.label.phone') }}
{{ __('websystem.label.tax-rate') }} % {{ __('websystem.info.tax-rate') }}
{{ __('customer.button.save') }}

{{ __('Congrulation, install Customer Management successfully.') }}

You can login with:
{{ __('Finish') }}
©{{ \Carbon\Carbon::now()->format('Y') }} by GriyaNet Customer Management