@extends('layouts.survey')
@section('title', 'Select Language — ' . $project->name)
@section('trail')
Select Respondent
2
Select Language
3
Survey Questions
4
Collector Info
5
Thank You
@endsection
@push('styles')
@endpush
@section('content')
Collecting for {{ $project->name }}
— Respondent: {{ $respondentType->name }}
Select Survey Language
Choose the language to conduct the survey in. Pick whatever the respondent is most comfortable with.
@endsection