Skip to content

Commit

Permalink
refactor(campaign): WIP - Adding status column
Browse files Browse the repository at this point in the history
  • Loading branch information
gnovaro committed Dec 27, 2023
1 parent c43e86a commit 4e5ca5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/campaign/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
</td>
<td>{{ $campaign->created_at }}</td>
<td>{{ $campaign->updated_at }}</td>
<td>{{ $campaign->schedule_send_date }}</td>
<td>{{ $campaign->schedule_send_time }}</td>
<td>{{ $campaign->schedule_send_date }} {{ $campaign->schedule_send_time }}</td>
<td>{{ (isset($campaign->send_at)) ? $campaign->send_at : '-' }}</td>
<td>{{ (isset($campaign->emails_count)) ? $campaign->emails_count : '-' }}</td>
<td>
Expand Down

0 comments on commit 4e5ca5a

Please sign in to comment.