@if($changes_history->count()) @foreach($changes_history as $app) @if(!empty($app->city) && !empty($app->country)) @elseif(!empty($app->city)) @elseif(!empty($app->country)) @else @endif @endforeach @else @endif
@lang('labels.users_count') @lang('labels.time_delay') @lang('labels.install-limit-days') @lang('labels.locations') @lang('labels.keywords') @lang('labels.transactions.updated_at')
{{ $app->limit }} {{ $app->time_delay }} {{ $app->days }}{{ $app->city . ', ' . $app->country }}{{ $app->city }}{{ $app->country }}

-

@if(!is_null($app->keywords) && count($app->keywords) > 0) @foreach($app->keywords as $index => $keyword) {{ $keyword }}{{ $index === count($app->keywords) - 1 ? '' : ', ' }} @endforeach @else

-

@endif
{{ $app->created_at }}
@lang('labels.changes_history_empty')