@extends('../layout/' . layout()) @section('subhead')
| @translate(ICON) | @translate(CAMPAING NAME) | @translate(Schedule at) | @translate(STATUS) | @translate(CREATED) | @translate(ACTIONS) |
|---|---|---|---|---|---|
|
|
{{ $schedule->campaign->name }}
{!! Str::limit($schedule->campaign->description, 150) !!}
|
{{ $schedule->scheduled_at }} |
{{ $schedule->status }}
|
{{ $schedule->created_at }} |
|
@endforelse