Likert Data
Create Likert| # | Name | Score | # |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $likert->name }} | {{ $likert->score }} |
|
@extends('layouts.master') @section('title', 'Likert Datas') @section('styles') @endsection @section('content')
| # | Name | Score | # |
|---|---|---|---|
| {{ $loop->iteration }} | {{ $likert->name }} | {{ $likert->score }} |
|