mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
5 lines
144 B
PHP
5 lines
144 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<payment-component v-if="$store.getters.isAdmin"></payment-component>
|
|
@endsection
|