wizard steps updated to vue
This commit is contained in:
@@ -4,53 +4,7 @@
|
||||
|
||||
@section('content')
|
||||
<div class="card">
|
||||
<div class="card-header pb-0">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<hr class="wizard-line">
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="text-center">
|
||||
<a href="{{ url('wizard/companies') }}">
|
||||
<button type="button" class="btn btn-secondary btn-lg wizard-steps wizard-steps-color-active rounded-circle">
|
||||
<span class="btn-inner--icon wizard-steps-inner"><i class="fa fa-check"></i></span>
|
||||
</button>
|
||||
<p class="mt-2 text-muted step-text">{{ trans_choice('general.companies', 1) }}</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="text-center">
|
||||
<a href="{{ url('wizard/currencies') }}">
|
||||
<button type="button" class="btn btn-secondary btn-lg wizard-steps wizard-steps-color-active rounded-circle">
|
||||
<span class="btn-inner--icon wizard-steps-inner"><i class="fa fa-check"></i></span>
|
||||
</button>
|
||||
<p class="mt-2 text-muted step-text">{{ trans_choice('general.currencies', 2) }}</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="text-center">
|
||||
<button href="#step-3" type="button" class="btn btn-default btn-lg wizard-steps rounded-circle">
|
||||
<span class="btn-inner--icon wizard-steps-inner">3</span>
|
||||
</button>
|
||||
<p class="mt-2 after-step-text">{{ trans_choice('general.taxes', 2) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3">
|
||||
<div class="text-center">
|
||||
<button type="button" class="btn btn-secondary btn-lg wizard-steps rounded-circle steps">
|
||||
<span class="btn-inner--icon wizard-steps-inner wizard-steps-color">4</span>
|
||||
</button>
|
||||
<p class="mt-2 text-muted step-text">{{ trans_choice('general.finish', 1) }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@include('partials.wizard.steps')
|
||||
|
||||
<div class="card-body border-bottom-0">
|
||||
<div class="row">
|
||||
@@ -152,7 +106,7 @@
|
||||
<div class="card-footer">
|
||||
<div class="row">
|
||||
<div class="col-12 text-right">
|
||||
<a href="{{ url('wizard/finish') }}" id="wizard-skip" class="btn btn-white header-button-top">
|
||||
<a href="{{ url('wizard/finish') }}" id="wizard-skip" class="btn btn-white header-button-top" @click="next">
|
||||
<span class="fa fa-share"></span> {{ trans('general.skip') }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user