@extends('layout.clean') @section('content')

{{ trans('setup.title') }}


{{ trans('setup.status_page_setup') }}
{{ trans("setup.admin_account") }}
{{ trans("setup.complete_setup") }}
@if($errors->has('settings.app_name')) {{ $errors->first('settings.app_name') }} @endif
@if($errors->has('settings.app_domain')) {{ $errors->first('settings.app_domain') }} @endif
@if($errors->has('settings.app_timezone')) {{ $errors->first('settings.app_timezone') }} @endif
@if($errors->has('settings.app_locale')) {{ $errors->first('settings.app_locale') }} @endif

{{ trans('pagination.next') }}
@stop