mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
8 lines
263 B
PHP
8 lines
263 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<div class="row">
|
|
<div class="col-12 col-md-12 col-lg-9">
|
|
<admin-payments-billing-section-component></admin-payments-billing-section-component>
|
|
</div>
|
|
</div>
|
|
@endsection |