@extends('adminlte::page') @section('title', 'サポートパック検査項目ページ設定一覧') @section('content_header')
@stop @section('content')
@if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @if (!empty($duplicatedPageNum))
ページ番号が重複しているページがあります。
@endif @endif
検査票:{{$survey->name}}
@if ($pages->count() > 0) @foreach ($pages as $page) @if (in_array($page->page, $duplicatedPageNum)) @else @endif @endforeach @else @endif
ページ タイトル 注意事項 編集
{{ $page->page }} {{ $page->title }} {{ $page->caution }} @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|4') || Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) 編集 @endif
登録されていません。
@if ($pages->count() > 0)
{{ $pages->appends(request()->query())->links() }}
@endif
@stop @section('css') @stop