Initial commit
This commit is contained in:
15
resources/views/components/profile-user/skills.blade.php
Normal file
15
resources/views/components/profile-user/skills.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<x-jetstream.form-section submit="saveTags">
|
||||
<x-slot name="title">
|
||||
{{ str_replace('@PLATFORM_NAME@', platform_name(), __('Activies you share on @PLATFORM_NAME@')) }}
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="description">
|
||||
<p>{{ __('Which activities and skills can you share on Timebank? Give practical examples, avoid vague or general keywords.') }}
|
||||
<p> {{ __('Rare skills can be interesting for others, but very common activities are also very useful to offer!') }} </p>
|
||||
</x-slot>
|
||||
|
||||
<x-slot name="form">
|
||||
</div>
|
||||
@livewire('skills-form')
|
||||
</x-slot>
|
||||
</x-jetstream.form-section>
|
||||
Reference in New Issue
Block a user