@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content')
| 場次 | {{$model->name}} | ||
|---|---|---|---|
| 活動地點 | {{$model->location}} | ||
| 活動開始時間 | {{$model->start_date}} | ||
| 活動結束時間 | {{$model->end_date}} | ||
| 可參加人數名額 | {{$model->participant_number}} | ||
| 已報名人數 | {{$model->participants->count()}} | ||
| 疫調問卷 | {{$activity_surveys[1]->survey->title??'尚未設定'}} | ||
| 活動後問卷 | {{$activity_surveys[2]->survey->title??'尚未設定'}} | ||