@extends('layout.layout') {{-- Content --}} @section('content')
返回
活動統計結果
@foreach ($batches as $batch) @endforeach
場次 出席率 填答率
{{$batch['name']}} {{$batch['checked_rate']}} % @foreach($batch['surveyed_rate'] as $i => $item)
{{$item['name']}}:{{$item['rate']}} %
@endforeach
@endsection {{-- Script --}} @push('scripts') @endpush