@php $configData = Helper::appClasses(); @endphp @extends('layouts/layoutMaster') @section('title', 'Create Deal - Wizard Examples') @section('vendor-style') @vite([ 'resources/assets/vendor/libs/bs-stepper/bs-stepper.scss', 'resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/select2/select2.scss', 'resources/assets/vendor/libs/@form-validation/form-validation.scss' ]) @endsection @section('vendor-script') @vite([ 'resources/assets/vendor/libs/bs-stepper/bs-stepper.js', 'resources/assets/vendor/libs/flatpickr/flatpickr.js', 'resources/assets/vendor/libs/select2/select2.js', 'resources/assets/vendor/libs/@form-validation/popular.js', 'resources/assets/vendor/libs/@form-validation/bootstrap5.js', 'resources/assets/vendor/libs/@form-validation/auto-focus.js' ]) @endsection @section('page-script') @vite([ 'resources/assets/js/wizard-ex-create-deal.js' ]) @endsection @section('content')
wizard-create-deal
Enter the discount percentage. 10 = 10%
Select applicable regions for the deal.

Almost done! 🚀

Confirm your deal details information and submit to create it.

Deal Type Percentage
Amount 25%
Deal Code
25PEROFF
Deal Title Black friday sale, 25% OFF
Deal Duration 2021-07-14 to 2021-07-30
deal image cap
@endsection