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