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

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

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


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