hide all notifications button
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
{{ trans('general.export') }}
|
{{ trans('general.export') }}
|
||||||
|
|
||||||
@if ($notifications->total())
|
@if ($notifications->total())
|
||||||
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm ml-2"
|
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm ml-2 d-none"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="right"
|
data-placement="right"
|
||||||
title="{{ trans('notifications.mark_read_all') }}"
|
title="{{ trans('notifications.mark_read_all') }}"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{{ trans('import.import') }}
|
{{ trans('import.import') }}
|
||||||
|
|
||||||
@if ($notifications->total())
|
@if ($notifications->total())
|
||||||
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm mr-2"
|
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm mr-2 d-none"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="right"
|
data-placement="right"
|
||||||
title="{{ trans('notifications.mark_read_all') }}"
|
title="{{ trans('notifications.mark_read_all') }}"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{{ trans_choice('notifications.new_apps', 2) }}
|
{{ trans_choice('notifications.new_apps', 2) }}
|
||||||
|
|
||||||
@if ($notifications)
|
@if ($notifications)
|
||||||
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm ml-2"
|
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm ml-2 d-none"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="right"
|
data-placement="right"
|
||||||
title="{{ trans('notifications.mark_read_all') }}"
|
title="{{ trans('notifications.mark_read_all') }}"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{{ trans($textTitle) }}
|
{{ trans($textTitle) }}
|
||||||
|
|
||||||
@if ($notifications->total())
|
@if ($notifications->total())
|
||||||
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm mr-2"
|
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm mr-2 d-none"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="right"
|
data-placement="right"
|
||||||
title="{{ trans('notifications.mark_read_all') }}"
|
title="{{ trans('notifications.mark_read_all') }}"
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
{{ trans($textTitle) }}
|
{{ trans($textTitle) }}
|
||||||
|
|
||||||
@if ($notifications->total())
|
@if ($notifications->total())
|
||||||
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm mr-2"
|
<button type="button" class="btn btn-outline-success rounded-circle btn-icon-only btn-sm mr-2 d-none"
|
||||||
data-toggle="tooltip"
|
data-toggle="tooltip"
|
||||||
data-placement="right"
|
data-placement="right"
|
||||||
title="{{ trans('notifications.mark_read_all') }}"
|
title="{{ trans('notifications.mark_read_all') }}"
|
||||||
|
Reference in New Issue
Block a user