@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @endsection @section(decide_content())

{!! trans('segments.export_segments.form_heading',['title'=>$segment_data['name']]) !!}

{{ trans('segments.export_segments.label.choose_custom_fields') }}

  1. @php $i=0 @endphp @foreach($custom_fields_data as $custom_fields_row) @php $i++; @endphp
  2. @endforeach
@if($segment_data['segment_type']==0)

@endif
@if($segment_data['segment_type']==1)

{{ trans('segments.export_segments.label.geo_stats') }}

{{ trans('segments.export_segments.label.campaign') }}


@endif
@endsection