@extends ('layouts.in') @section ('body')
{{ __('device-index.name') }} | {{ __('device-index.model') }} | @if ($user_empty){{ __('device-index.user') }} | @endif @if ($vehicle_empty){{ __('device-index.vehicle') }} | @endif{{ __('device-index.connected_at') }} | {{ __('device-index.enabled') }} | {{ __('device-index.shared') }} | {{ __('device-index.shared_public') }} | {{ __('trip-index.messages') }} |
---|---|---|---|---|---|---|---|---|
{{ $row->name }} | {{ $row->model }} | @if ($user_empty){{ $row->user->name }} | @endif @if ($vehicle_empty){{ $row->vehicle->name ?? '-' }} | @endif@dateWithUserTimezone($row->connected_at, 'Y-m-d H:i:s') | @status($row->enabled) | @status($row->shared) | @status($row->shared_public) |