@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')
@csrf
@if ($isDesktop)

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

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


@else
@endif
@if(!empty($files)) @foreach($files as $id => $file)

{{ \Arr::get($file, 'name') }}

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