@extends('installer.layouts.InstallerMaster') @section('template_title') {{ trans('Installation Finished') }} @endsection @section('title') {{ trans('Installation Finished') }} @endsection @section('container') @if ($message = Session::get('success'))

{{ trans($message) }}

@endif @if ($message = Session::get('info'))

{{ trans($message) }}

@endif

Admin Url:

@if ($message = Session::get('success'))

Username:- {{Session::get('emails')}}

Password:- {{Session::get('password')}}

@endif
Go to Admin url

Frontend Url:

Go to Frontend Url
@endsection @section('scripts') @endsection