@extends('layouts.app') @section('title', $scenario->name . ' - LINEステップ配信') @section('page-title', $scenario->name . ' - LINEステップ配信') @section('content') @if(session('success'))
| # | ステップ名 | 配信タイミング | 状態 | 送信済 | |
|---|---|---|---|---|---|
| {{ $i + 1 }} |
{{ $step->name }}
{{ \Illuminate\Support\Str::limit($step->message_text, 60) }}
|
{{ $step->timingLabel() }} | @if($step->status === 'active') 配信中 @else 停止中 @endif | {{ (int) ($sentCounts[$step->id] ?? 0) }} 件 | 編集 |