{{ trans('cruds.commandSchedulesLog.title_singular') }}
@foreach($commandSchedulesLogs as $key => $commandSchedulesLog) @endforeach
{{ 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] ?? '' }}
@section('scripts') @parent @endsection