@yield('pagecss')

{{$question_histories[0]->questionnaire_title}}

Candidate Information:
{{$candidate->first_name}} {{$candidate->last_name}}
{{$candidate->city}}
{{$candidate->email1}}

{{$question_histories[0]->questionnaire_description}}

@foreach($question_histories as $data) @endforeach
{{$data->question}} {{$data->answer}}
@yield('pagejs') @stack('scripts')