22 lines
776 B
PHP
22 lines
776 B
PHP
<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> |