mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
15 lines
430 B
PHP
15 lines
430 B
PHP
@component('forum::modal-form')
|
|
@slot('key', 'mark-as-read')
|
|
@slot('title', trans('forum::general.mark_read'))
|
|
@slot('route', Forum::route('unread.mark-as-read'))
|
|
@slot('method', 'PATCH')
|
|
|
|
<p>{{ trans('forum::general.generic_confirm') }}</p>
|
|
|
|
@slot('actions')
|
|
<x-forum::button type="submit">
|
|
{{ trans('forum::general.mark_read') }}
|
|
</x-forum::button>
|
|
@endslot
|
|
@endcomponent
|