@if(in_array($userdata['role'], ['admin', 'super_admin']))
@endif
@foreach ($all_field as $field) @if(!in_array($field, $all_pre_field) || $field == 'id')
@endif @endforeach
{!! csrf_field() !!}
note: this action will reset on assigned data, if data have value.
Result: {{isset($campaign_data2)?$campaign_data2:'0'}} {!! $errors->first('assign_limit', ':message') !!}
@foreach($campaign_data2_2 as $key => $total) {{$key. ' = '.$total}}
@endforeach
{!! csrf_field() !!} Submit
@include('campaign._modal_export_password') @section('script8') @stop