@foreach($command_schedules as $command_schedule) @endforeach
{{ trans('front.connection') }} {{ trans('front.command') }} {{ trans('validation.attributes.parameters') }} {{ trans('front.schedule_at') }} {{ trans('validation.attributes.type') }}
{{ $command_schedule->connection }} {{ $command_schedule->command }} {{ $command_schedule->parameters_string }} {{ $command_schedule->schedule->schedule_at }} {{ ucfirst(str_replace('_', ' ', $command_schedule->schedule->type)) }}