| {{ $campaignLog->campaign_id }} |
{{ $campaignLog->target_tracker_key }} |
{{ $campaignLog->target_id }} |
{{ $campaignLog->target_type }} |
{{ $campaignLog->activity_type }} |
{{ $campaignLog->activity_date }} |
{{ $campaignLog->related_id }} |
{{ $campaignLog->related_type }} |
{{ $campaignLog->archived }} |
{{ $campaignLog->hits }} |
{{ $campaignLog->list_id }} |
{{ $campaignLog->deleted }} |
{{ $campaignLog->date_modified }} |
{{ $campaignLog->more_information }} |
{{ $campaignLog->marketing_id }} |
{!! Form::open(['route' => ['campaignLogs.destroy', $campaignLog->id], 'method' => 'delete']) !!}
{!! Form::button(' ', ['type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => "return confirm('Are you sure?')"]) !!}
{!! Form::close() !!}
|
@endforeach