@if($isActive)

{{ $title }}

Modem @if($connectionStatus) @else @endif
SIM Card @if($simRegistrationStatus1) @else @endif
Pick Schedule
Quick Schedule
Once Hourly Daily Weekly
Periodically
Set
Every Specific Time of Day
Set
@php $scheduleTypes = [ 'once' => 'Run once', 'generic' => 'Run every ' . ($scheduleData->value ?? 'N/A') . ' ' . ucfirst($scheduleData->metric ?? 'N/A'), 'time' => 'Run on ' . ($scheduleData->value . ' every day' ?? 'N/A'), ]; @endphp {{ $scheduleTypes[$scheduleData->type] ?? 'No schedule type selected.' }}
Go
@endif @if($showLoadingSpinner) @endif