@extends('layouts.app') @section('content')

Create New Campaign

@csrf
Campaign Information
Select the quarter & year.
@php $currentYear = date('Y'); $startYear = $currentYear - 2; $endYear = $currentYear + 2; @endphp
Select the survey template.
Enter the campaign name.
Select the start and end date.
Select the targeted response rate.
Enter the first sms text.
Enter the follow-up sms text.
Enter the thankyou sms text.
@endsection @push('footerScripts')