@extends('layouts.app') @section('title', $page_title) @section('styles') @endsection @push('scripts') @endpush @section('content')
@csrf
@include('includes.dropdown_lists', ['popup' => 0, 'multiple' => 1, 'required' => 1, 'client_package_lists' => 1])
@include('includes.dropdown_sending_server', ['popup' => 0, 'multiple' => 1, 'required' => 1])

{{__('app.as_defined_for_sending_server')}}   {{__('app.as_defined_for_list')}}   {{__('app.custom')}}

{{__('app.open_tracking')}} {{__('app.click_tracking')}}
{!! \App\Http\Helper\Helper::contentEditorButtons('content_html', true, true, false, true, true) !!}
{{ __('app.review') }}
{{ __('app.campaign_detail') }}
{{ __('app.settings') }}
{{ __('app.targeting') }}
@endsection