Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<div>
|
||||
<x-jetstream.form-section submit="">
|
||||
<x-slot name="title">
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="description">
|
||||
<div class="">
|
||||
@livewire('side-post', [
|
||||
'type' => 'SiteContents\User\Edit\Skills' ?? null,
|
||||
'sticky' => false, 'random' => true,
|
||||
'fallbackTitle' => __('Activities and skills'),
|
||||
'fallbackDescription' => __('Add tags to describe the type of work or assistance you are offering at the moment to our community.') ])
|
||||
</div>
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="form">
|
||||
<livewire:main-page.skills-card-full />
|
||||
</x-slot>
|
||||
|
||||
</x-jetstream.form-section>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user