@php $userAgent = $_SERVER['HTTP_USER_AGENT']; $isDesktop = strpos($userAgent, 'Windows') !== false || strpos($userAgent, 'Macintosh') !== false; @endphp @extends('adminlte::page') @section('title', 'アフターサポート検査票 ページ編集') @section('content_header')
@stop @section('content')
@csrf @if ($page->pageFile) @endif
@if ($page->pageFile)
@endif
@if ($isDesktop)

{!! __("team-quiz.create03.span_file_drag") !!}

{!! __("team-quiz.create03.text_or") !!}


@else
@endif
@if ($page->pageFile)

{{ $page->pageFile->file->original_file_name }}

@endif
@stop @section('css') @stop @section('js') @stop