Files
investbrain/resources/views/portfolio/create.blade.php
T

9 lines
161 B
PHP
Raw Normal View History

2024-08-05 22:41:53 -05:00
<x-app-layout>
<div>
2024-08-15 21:35:43 -05:00
<x-ib-toolbar title="{{ __('Create Portfolio') }}" />
2024-08-05 22:41:53 -05:00
2024-08-06 20:41:52 -05:00
@livewire('manage-portfolio-form')
2024-08-05 22:41:53 -05:00
</div>
</x-app-layout>