@extends ('layouts.in') @section ('body')
@if ($users_multiple)
@endif
@if ($user_empty) @endif @foreach ($list as $row) @php ($link = route('alarm.update', $row->id)) @if ($user_empty) @endif @endforeach
{{ __('alarm-index.user') }}{{ __('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 }}{{ $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)
@stop