@if ($alerts->isEmpty()) @else @foreach ($alerts as $alert) @endforeach @endif
{{ trans('front.alert_active') }} {{ trans('front.alert_name') }} {{ trans('front.alert_devices_count') }} {{ trans('front.time_period') }}
{!!trans('front.nothing_found_request')!!}
{!! trans('validation.attributes.active') !!} {{ $alert->name }} {{ $alert->devices_count }} @if (!empty($alert->pivot->active_from) || !empty($alert->pivot->active_to)) {{ $alert->pivot->active_from ? Formatter::time()->human($alert->pivot->active_from) : '-' }} / {{ $alert->pivot->active_to ? Formatter::time()->human($alert->pivot->active_to) : '-' }} @endif
@if (!$alerts->isEmpty()) @endif