mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-21 21:43:57 +00:00
8 lines
267 B
PHP
8 lines
267 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<div class="row">
|
|
<div class="col">
|
|
<customer-transaction-history-section-component :id="{{$id}}"></customer-transaction-history-section-component>
|
|
</div>
|
|
</div>
|
|
@endsection |