clara/resources/views/partials/modals/create-app/steps/_step-5.blade.php

18 lines
572 B
PHP
Raw Normal View History

2023-09-26 09:39:39 +00:00
<!--begin::Step 5-->
<div data-kt-stepper-element="content">
<div class="w-100 text-center">
<!--begin::Heading-->
2023-11-03 09:12:15 +00:00
<h1 class="fw-bold text-gray-900 mb-3">Release!</h1>
2023-09-26 09:39:39 +00:00
<!--end::Heading-->
<!--begin::Description-->
<div class="text-muted fw-semibold fs-3">Submit your app to kickstart your project.</div>
<!--end::Description-->
<!--begin::Illustration-->
<div class="text-center px-4 py-15">
<img src="{{ image('illustrations/sketchy-1/9.png') }}" alt="" class="mw-100 mh-300px" />
</div>
<!--end::Illustration-->
</div>
</div>
<!--end::Step 5-->