@extends('adminlte::page') @section('title', 'サポートパック検査一覧') @section('content_header')
@stop @section('content')| 名称 | 対象形式数 | 開始日 | 終了日 | 編集 | |||
|---|---|---|---|---|---|---|---|
| {{ $survey->name }} | {{ count($survey->equipment_type_ids ?? 0) }} | {{ $survey->start_at ? $survey->start_at->format('Y.m.d'): '' }} | {{ $survey->end_at ? $survey->end_at->format('Y.m.d'): '' }} | @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) 設問設定 編集 コピー @endif | |||
| 登録されていません。 | |||||||