{{ Form::label_title("Diction") }}
{{ Form::label_grey($data->diction ? \App\Models\Campaign::$diction_map[$data->diction] : "") }}
{{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::label_title("Tone") }}
{{ Form::label_grey($data->tones) }}
{{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::label_title("Delivery") }}
{{ Form::label_grey($data->delivery ? \App\Helpers\RequestDataHelper::$delivery_map[$data->delivery] : "") }}
{{ Form::separator_row('grey-divider thin-divider') }}
{{ Form::label_title("Voice") }}
{{ Form::label_grey($data->voice ? \App\Helpers\RequestDataHelper::$voice_map[$data->voice] : "") }}
{{ Form::separator_row('grey-divider thin-divider') }}