Files
timebank-cc-public/resources/views/livewire/profile/update-profile-skills-form.blade.php
Ronald Huynen 2547717edb Initial commit
2026-03-23 21:37:59 +01:00

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>