{{ trans('cruds.commandSchedulesLog.fields.id') }} | {{ trans('cruds.commandSchedulesLog.fields.broadcast_schedule') }} | {{ trans('cruds.commandSchedulesLog.fields.phone_number') }} | {{ trans('cruds.commandSchedulesLog.fields.status') }} | |
---|---|---|---|---|
{{ $commandSchedulesLog->id ?? '' }} | {{ $commandSchedulesLog->created_at ?? '' }} | {{ $commandSchedulesLog->phone_number ?? '' }} | {{ App\Models\commandSchedulesLog::STATUS_SELECT[$commandSchedulesLog->status] ?? '' }} |