@extends('layout.layout') {{-- Content --}} @section('content')
場次 | 出席率 | 填答率 | |
---|---|---|---|
{{$batch['name']}} | {{$batch['checked_rate']}} % |
@foreach($batch['surveyed_rate'] as $i => $item)
{{$item['name']}}:{{$item['rate']}} %
@endforeach
|