wizard passing extra steps issue updated
This commit is contained in:
		@@ -123,13 +123,15 @@
 | 
			
		||||
        <div class="card-footer">
 | 
			
		||||
            <div class="row">
 | 
			
		||||
                <div class="col-sm-6">
 | 
			
		||||
                    <a href="{{ url('wizard/companies') }}" class="btn btn-white header-button-top">
 | 
			
		||||
                        <span class="fas fa-arrow-left"></span>  {{ trans('modules.back') }}
 | 
			
		||||
                    <a href="{{ url('wizard/companies') }}" class="btn btn-icon btn-white header-button-top">
 | 
			
		||||
                        <span class="btn-inner--icon"><i class="fas fa-arrow-left"></i></span>
 | 
			
		||||
                        <span class="btn-inner--text">{{ trans('modules.back') }}</span>
 | 
			
		||||
                    </a>
 | 
			
		||||
                </div>
 | 
			
		||||
                <div class="col-sm-6 text-right">
 | 
			
		||||
                    <a href="{{ url('wizard/taxes') }}" id="wizard-skip" class="btn btn-white header-button-top" @click="next">
 | 
			
		||||
                        <span class="fas fa-arrow-right"></span>  {{ trans('general.skip') }}
 | 
			
		||||
                    <a href="{{ url('wizard/taxes') }}" id="wizard-skip" class="btn btn-icon btn-white header-button-top">
 | 
			
		||||
                        <span class="btn-inner--icon"><i class="fas fa-arrow-right"></i></span>
 | 
			
		||||
                        <span class="btn-inner--text">{{ trans('general.skip') }}</span>
 | 
			
		||||
                    </a>
 | 
			
		||||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user