@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 {!! $notification->message !!} @endif
@if ($notifications->total() > 5) @endif
@endif @push('scripts_start') @endpush @push('body_js') @endpush