mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-25 15:34:24 +00:00
update: add onboarding create order flow component.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="row d-none" :class="[{'d-flex': !$store.getters.isAdmin}]" v-if="!$store.getters.isAdmin">
|
||||
<div class="col">
|
||||
<customer-dashboard-section-component></customer-dashboard-section-component>
|
||||
<create-order-component v-show="$store.getters.isLoading('createOrderSection')||$store.getters.getOrder==0"></create-order-component>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,5 +1,6 @@
|
||||
@extends('layouts.base_portal')
|
||||
@section('inner_content')
|
||||
@include('pages.dashboards.customer')
|
||||
<h1>TEWTASE</h1>
|
||||
<h1>TEWTASE</h1>
|
||||
<h1>TEWTASE</h1>
|
||||
|
||||
Reference in New Issue
Block a user