This commit is contained in:
hackerESQ
2024-08-15 21:35:43 -05:00
parent 71e299be04
commit 0f22e2c33e
19 changed files with 386 additions and 61 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<x-app-layout>
<div>
<x-ib-toolbar title="Create Portfolio" />
<x-ib-toolbar title="{{ __('Create Portfolio') }}" />
@livewire('manage-portfolio-form')
</div>