@extends('admin.layout') @section('header') @endsection @section('content')
评价详情

讲师姓名:{{ empty($item->teacher) ? '' : $item->teacher->name }}

课程种类:{{ empty($item->course) ? '' : $item->course->name }}

学生姓名:{{ empty($item->student) ? '' : $item->student->name }}

@if($list->count() <= 0) @else @foreach($list as $item) @endforeach @endif
序号 问题详情 评分
暂无评价
{{ $item->id }} {{ $item->question }} {{ $item->score }}
{{ $list->links() }}
@endsection @section('footer') @endsection