Files
portal/resources/views/pages/customers/profile_details.blade.php
T
edmondlang 3462430474 Delivery List, Pending Delivery List
Customer Profile
2022-02-26 16:55:56 +08:00

4 lines
183 B
PHP

@extends('layouts.base_portal')
@section('inner_content')
<customer-profile-details-section-component :company_id={{$id}}></customer-profile-details-section-component>
@endsection