@extends ('layouts.in') @section ('body')
{{ __('alarm-index.user') }} | @endif{{ __('alarm-index.type') }} | {{ __('alarm-index.name') }} | {{ __('alarm-index.vehicles') }} | {{ __('alarm-index.notifications') }} | {{ __('alarm-index.created_at') }} | {{ __('alarm-index.telegram') }} | {{ __('alarm-index.enabled') }} |
---|---|---|---|---|---|---|---|
{{ $row->user->name }} | @endif{{ $row->typeFormat()->title() }} | {{ $row->name }} | {{ $row->vehicles_count }} | {{ $row->notifications_count.($row->notifications_pending_count ? ('/'.$row->notifications_pending_count) : '') }} | @dateWithUserTimezone($row->created_at) | @status($row->telegram) | @status($row->enabled) |