diff --git a/resources/views/livewire/common/notifications/exports.blade.php b/resources/views/livewire/common/notifications/exports.blade.php index 9c6777137..0cd3e8055 100644 --- a/resources/views/livewire/common/notifications/exports.blade.php +++ b/resources/views/livewire/common/notifications/exports.blade.php @@ -24,7 +24,7 @@ @foreach ($notifications as $notification) - + @if (empty($notification->message)) {!! trans('notifications.messages.export', [ 'type' => $notification->translation, diff --git a/resources/views/livewire/common/notifications/imports.blade.php b/resources/views/livewire/common/notifications/imports.blade.php index cc86d4ee3..c1d1cffb7 100644 --- a/resources/views/livewire/common/notifications/imports.blade.php +++ b/resources/views/livewire/common/notifications/imports.blade.php @@ -24,8 +24,8 @@ @foreach ($notifications as $notification) - - @if (empty($notification->message)) + + @if (empty($notification->errors)) {!! trans('notifications.messages.import', [ 'type' => $notification->translation, 'count' => $notification->total_rows