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

{!! Form::model([], ['method' => 'PATCH', 'files' => true, 'url' => ['wizard/taxes'], 'role' => 'form', 'class' => 'form-loading-button']) !!}

{{ trans('general.finish') }}

{{ Form::textGroup('company_tax_number', trans('general.tax_number'), 'percent', []) }} {{ Form::textGroup('company_phone', trans('settings.company.phone'), 'phone', []) }} {{ Form::textareaGroup('company_address', trans('settings.company.address')) }}
{!! Form::close() !!}
@endsection @push('scripts') @endpush