@extends('layouts.master') @section('title')Unikit @endsection @section('body-start') @endsection @section('content') @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') Forms @endslot @slot('title') Wizard @endslot @endcomponent @endsection

Custom Steps Wizard

You can use Steps Wizard with Bootstrap 5.

@endsection @section('script') @endsection @section('body-end') @endsection