@if (!$page_id)
間違いありませんか?
| 検査 |
医院名 |
対象機器 |
担当者 |
対応予定日 |
| {{ $result->survey->name }} |
{{ $result->clinic->name }} |
{{ $result->ownOsadaEquipment->equipmentType->external_name }} |
{{ $result->staff->name }} |
{{ $result->start_at ? $result->start_at->format('Y.m.d'): '' }} |
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|4') || Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2'))
@endif
@else
@if ($page_info->isEmpty())
@foreach ($pageIndex as $page)
@php
$tabClass = $page == $startPageId ? 'survey-page-tag tag-active' : 'survey-page-tag';
@endphp
-
(無名のページ)
@endforeach
@else
@foreach ($page_info as $page)
@php
$tabClass = $page->page == $startPageId ? 'survey-page-tag tag-active' : 'survey-page-tag';
@endphp
- page, $pageIds))
role="tab"
style="cursor: pointer;"
@endif
>
{{ $page->title ? $page->title : (無名のページ) }}
@endforeach
@endif
@include('smartsupport::admin.supportPack.modal.cancel')
@include('smartsupport::admin.supportPack.modal.check_exec')
@endif