mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-09-02 03:14:01 +00:00
13 lines
429 B
PHP
13 lines
429 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<div class="tabsContainer p-3 p-b-0 p-md-0">
|
|
<div class="row" v-if="$store.getters.isAdmin">
|
|
<div class="col bg-white padding-25">
|
|
<div class="row tabsContainer tabContent m-l-0 m-r-0" tab-name="segment1">
|
|
<segment-company-component section="customSegmentSection" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endsection
|