Initial commit

This commit is contained in:
Ronald Huynen
2026-03-23 21:37:59 +01:00
commit 2547717edb
2193 changed files with 972171 additions and 0 deletions

View File

@@ -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>