{{-- Current State --}}
| A Check | |
|---|---|
| Rem. Time | @minutestotime($maint->rem_ta) |
| Rem. Cycle | {{ $maint->rem_ca }} |
| Last Check | {{ $maint->last_a ?? '-' }} |
| B Check | |
|---|---|
| Rem. Time | @minutestotime($maint->rem_tb) |
| Rem. Cycle | {{ floor($maint->rem_cb) }} |
| Last Check | {{ $maint->last_b ?? '-' }} |
| C Check | |
|---|---|
| Rem. Time | @minutestotime($maint->rem_tc) |
| Rem. Cycle | {{ $maint->rem_cc }} |
| Last Check | {{ $maint->last_c ?? '-' }} |
| @lang('DSpecial::common.under_maint') | |
|---|---|
| @lang('DSpecial::common.current_op') | {{ $maint->act_note }} |
| @lang('DSpecial::common.rem_time') | {{ $maint->act_end->diffForHumans() }} |