move to volt sfc
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
<x-app-layout>
|
||||
|
||||
<livewire:portfolio.manage-portfolio-form submit="save" />
|
||||
<?php
|
||||
|
||||
</x-app-layout>
|
||||
use App\Models\Portfolio;
|
||||
use Livewire\Attributes\{Title, Rule};
|
||||
use Livewire\Volt\Component;
|
||||
|
||||
new class extends Component {
|
||||
|
||||
public bool $showDrawer2 = false;
|
||||
|
||||
public ?Portfolio $portfolio;
|
||||
|
||||
}; ?>
|
||||
<div>
|
||||
<livewire:portfolio.manage-portfolio-form submit="save" />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user