@extends('layouts.wizard') @section('title', trans('general.wizard')) @section('content')
 {{ trans('general.go_to', ['name' => trans('general.dashboard')]) }}

{{ trans('modules.recommended_apps') }}

@if ($modules)
@foreach ($modules->data as $module) @include('partials.modules.item') @endforeach
@else

{{ trans('modules.no_apps') }}

{!! trans('modules.developer') !!}

@endif
@endsection