@if ($notifications->total())
@if (empty($notification->message)) {!! trans('notifications.messages.import', [ 'type' => $notification->translation, 'count' => $notification->total_rows ]) !!} @else @foreach ($notification->errors as $error) {!! $error !!} @endforeach @endif |