@foreach($campaignLogs as $campaignLog) @endforeach
Campaign Id Target Tracker Key Target Id Target Type Activity Type Activity Date Related Id Related Type Archived Hits List Id Deleted Date Modified More Information Marketing Id Action
{{ $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() !!}