mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-20 21:04:05 +00:00
5 lines
146 B
PHP
5 lines
146 B
PHP
@extends('layouts.base_portal')
|
|
|
|
@section('inner_content')
|
|
<order-profile-component data="{{$orderId}}"></order-profile-component>
|
|
@endsection |