mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-21 21:44:09 +00:00
4 lines
167 B
PHP
4 lines
167 B
PHP
@extends('layouts.base_portal')
|
|
@section('inner_content')
|
|
<customer-profile-section-component :company_id={{$id}}></customer-profile-section-component>
|
|
@endsection |