mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 12:33:56 +00:00
11 lines
270 B
PHP
11 lines
270 B
PHP
|
|
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<div class="row">
|
|
<div class="col">
|
|
<customer-transaction-precise-section-component :id="{{$id}}"></customer-transaction-precise-section-component>
|
|
</div>
|
|
</div>
|
|
@endsection
|
|
|