mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-20 13:04:02 +00:00
9 lines
470 B
PHP
9 lines
470 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<div class="row">
|
|
<div class="col">
|
|
<loading-component style="height: 200px; top: 0;" key="1" color="success" v-show="$store.getters.isLoading('customerProfileSection')"></loading-component>
|
|
<customer-profile-section-component id="{{$id}}" v-show="!$store.getters.isLoading('customerProfileSection')"></customer-profile-section-component>
|
|
</div>
|
|
</div>
|
|
@endsection |