@extends('layouts.app')
@section('page-title')
answers
@endsection
@section('content')
ข้อมูลการประเมิน
| # |
เพศ |
อายุ |
ระดับการศึกษา |
อาชีพ |
ดำเนินการ |
@foreach($answers as $answer)
| {{ ++$r }} |
{{ $answer->gender}} |
{{ $answer->age}} |
{{ $answer->education}} |
{{ $answer->occupation}} |
|
@endforeach
{{$answers->links()}}
@endsection
@section('script')
@endsection
@section('style')
@endsection