@extends('adminlte::page') @section('title', 'サポートパック検査一覧') @section('content_header')
@stop @section('content')
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif @if ($surveys->count() > 0) @foreach ($surveys as $survey) @endforeach @else @endif
名称 対象形式数 開始日 終了日 編集
{{ $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
登録されていません。
@if ($surveys->count() > 0)
{{ $surveys->appends(request()->query())->links() }}
@endif
@stop @section('css') @stop