@extends('Shared.Layouts.MasterWithoutMenus') @section('title') @lang("Installer.title") @stop @section('content')
{!!Html::image('assets/images/logo-dark.png')!!}
@lang("Installer.setup_completed")
{!! @trans("Installer.setup_completed_already_message") !!}
@stop