@if($success)
{{ __('Success') }}
{{ $success }}
@endif
@if($error)
{{ __('Error') }}
{{ $error }}
@endif
@if($current === 0)
{{ __('Database Details') }}
@elseif($current === 1)
@elseif($current === 2)
@foreach($state['domains'] as $key => $domains)
@endforeach
@if(count($state['domains']) == 0)
@endif
{{ __('Engine') }}
@if($state['engine'] == 'delivery')
{{ __('You can continue the TMail Delivery setup later by logging into Admin Panel') }}
@elseif($state['engine'] == 'imap')
{{ __('IMAP Details') }}
@endif
@elseif($current === 3)
{{ __('Admin Account') }}
@endif
@if($current === 4)
@else
@endif