@if ($success)
{{ __("Success") }}
{{ $success }}
@endif
@if ($error)
{{ __("Error") }}
{{ $error }}
@endif
@if ($current === 0)
{{ __("Database Details") }}
@elseif ($current === 1)
{{ __("License Key is the Purchase Code that you must have received from CodeCanyon after purchasing TMail") }}
@elseif ($current === 2)
@foreach ($state["domains"] as $key => $domains)
@endforeach
@if (count($state["domains"]) == 0)
@endif
Add
{{ __("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