@extends('admin.layouts.master') @section('page-title', 'Manage Campaigns') @section('subheader')
| Title | Steps | Status | Action | ||||
|---|---|---|---|---|---|---|---|
| {{ $campaign->title }} | @php $full = $campaign->welcome_message; $short = Str::limit($full, 70); @endphp {{ $short }} {{ $full }} @if(strlen($full) > 70) Read more @endif | {{ $campaign->is_active ? 'Active' : 'Inactive' }} | View / Manage Steps | | | |||
| No data found | |||||||