{!! Form::label('campaign_id', 'Campaign Id:') !!}
{!! Form::text('campaign_id', null, ['class' => 'form-control', 'maxlength' => 36, 'maxlength' => 36]) !!}
{!! Form::label('target_tracker_key', 'Target Tracker Key:') !!}
{!! Form::text('target_tracker_key', null, ['class' => 'form-control', 'maxlength' => 36, 'maxlength' => 36]) !!}
{!! Form::label('target_id', 'Target Id:') !!}
{!! Form::text('target_id', null, ['class' => 'form-control', 'maxlength' => 36, 'maxlength' => 36]) !!}
{!! Form::label('target_type', 'Target Type:') !!}
{!! Form::text('target_type', null, ['class' => 'form-control', 'maxlength' => 100, 'maxlength' => 100]) !!}
{!! Form::label('activity_type', 'Activity Type:') !!}
{!! Form::text('activity_type', null, ['class' => 'form-control', 'maxlength' => 100, 'maxlength' => 100]) !!}
{!! Form::label('activity_date', 'Activity Date:') !!}
{!! Form::text('activity_date', null, ['class' => 'form-control','id'=>'activity_date']) !!}
@push('page_scripts')
@endpush
{!! Form::label('related_id', 'Related Id:') !!}
{!! Form::text('related_id', null, ['class' => 'form-control', 'maxlength' => 36, 'maxlength' => 36]) !!}
{!! Form::label('related_type', 'Related Type:') !!}
{!! Form::text('related_type', null, ['class' => 'form-control', 'maxlength' => 100, 'maxlength' => 100]) !!}
{!! Form::label('hits', 'Hits:') !!}
{!! Form::number('hits', null, ['class' => 'form-control']) !!}
{!! Form::label('list_id', 'List Id:') !!}
{!! Form::text('list_id', null, ['class' => 'form-control', 'maxlength' => 36, 'maxlength' => 36]) !!}
{!! Form::label('date_modified', 'Date Modified:') !!}
{!! Form::text('date_modified', null, ['class' => 'form-control','id'=>'date_modified']) !!}
@push('page_scripts')
@endpush
{!! Form::label('more_information', 'More Information:') !!}
{!! Form::text('more_information', null, ['class' => 'form-control', 'maxlength' => 100, 'maxlength' => 100]) !!}
{!! Form::label('marketing_id', 'Marketing Id:') !!}
{!! Form::text('marketing_id', null, ['class' => 'form-control', 'maxlength' => 36, 'maxlength' => 36]) !!}