@extends('layouts.wizard') @section('title', trans('general.wizard')) @section('content')
@include('partials.wizard.steps')

{{ 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 @push('scripts_start') @endpush