@extends('service::layouts.app', ['title' => __('service::install.welcome')]) @section('content')

{{ __('service::install.welcome_title') }}

{{ __('service::install.confirm_description') }}

Your Super Admin email : {{ $user }}
Your Super Admin password : {{ $pass }}

{{ __('service::install.goto_home') }}
@stop