@extends("admin.layouts.layout") @section("content")
| ID | 护士长 | 医院 | 详情 | 总分 | 操作 |
|---|---|---|---|---|---|
| {{ $row->id }} | {{ $row->admin->name }} | {{ $row->project->name }} | @foreach ($row->content as $item) {{ $item->ask }}:{{ $item->score }} @endforeach | {{ $row->score }} | @lang("icons.action_edit") @lang("actions.edit") @lang("icons.action_delete") @lang("actions.delete") |