@extends('layouts.admin') @section('content')
| {{ trans('cruds.city.fields.id') }} | {{ $command->id }} |
|---|---|
| Device | {{ $command->device->serial_number }} |
| Status | @if ($command->status == 'success') Success @elseif ($command->status == 'pending') Pending @elseif ($command->status == 'error') Error @endif |
| Command | {{ $command->command}} |
| Expired At | {{ $command->expired_at}} |