@extends ('domains.server.update-layout') @section ('content') @if ($files)
@endif @if ($parsed)| {{ __('server-update-parser.date_at') }} | {{ __('server-update-parser.format') }} | {{ __('server-update-parser.serial') }} | {{ __('server-update-parser.device') }} | {{ __('server-update-parser.latitude') }} | {{ __('server-update-parser.longitude') }} | {{ __('server-update-parser.speed') }} | {{ __('server-update-parser.direction') }} | {{ __('server-update-parser.signal') }} | {{ __('server-update-parser.date_utc_at') }} | {{ __('server-update-parser.timezone') }} | {{ __('server-update-parser.response') }} | {{ __('server-update-parser.messages') }} | {{ __('server-update-parser.line') }} | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $each['date_at'] }} | {{ $resource->format() }} | {{ $resource->serial() }} | {{ $each['device']?->name ?: '-' }} | @if ($resource->format() === 'location'){{ $resource->latitude() }} | {{ $resource->longitude() }} | {{ $resource->speed() }} | {{ $resource->direction() }} | {{ $resource->signal() }} | {{ $resource->datetime() }} | {{ $resource->timezone() }} | @else@endif | {{ $resource->response() }} | {{ $resource->message() }} | {{ $each['line'] }} | ||||||
| {{ $each['date_at'] }} | - | {{ implode(' ', $each['messages']) }} |
{{ $each['line'] }} | |||||||||||||||||