@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) }}

@endsection @push('scripts') @endpush