@extends('layouts.wizard') @section('title', trans('general.wizard')) @section('content')
1

{{ trans_choice('general.companies', 1) }}

2

{{ trans_choice('general.currencies', 2) }}

3

{{ trans_choice('general.taxes', 2) }}

4

{{ trans_choice('general.finish', 1) }}

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