@extends('adminlte::page') @section('title', 'サポートパック検査ページ設定編集') @section('content_header')
@stop @php $userAgent = $_SERVER['HTTP_USER_AGENT']; $isDesktop = strpos($userAgent, 'Windows') !== false || strpos($userAgent, 'Macintosh') !== false; @endphp @section('content')
@if ($isDuplicatedPageNum)
ページ番号が重複しているページがあります。
@endif
@csrf
@if ($page->page_image_id)
@endif
@if ($isDesktop)

{!! __("clinic-repair-request.create03.span_file_drag") !!}

{!! __("clinic-repair-request.create03.text_or") !!}


@else
@endif
@if(!empty($page->files)) @foreach($page->files as $file)

{{ $file->file->original_file_name }}

@endforeach @endif
キャンセル @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'maintenance|2')) @endif
@stop @section('css') @stop @section('js') @stop