@extends('adminlte::page') @section('title', '修理依頼新規登録') @section('content_header')
@stop @section('content')
  • 機器選択
    1
  • 形式・製造番号
    2
  • 症状
    3
  • 貸用品
    4
  • 配送手続方法
    5
  • 利用規約確認
    6
  • 修理依頼登録完了
    7
  • 症状を選択してください

    @csrf @if(!empty($data)) @foreach($data as $name => $rows) @if(is_array($rows)) @foreach($rows as $index => $row) @endforeach @else @endif @endforeach @endif
    @if($failures->isNotEmpty()) @foreach($failures as $keys => $failure)
    @endforeach @endif
    @if(!empty($files)) @foreach($files as $id => $file) @endforeach @endif

    当てはまる症状がない場合や、その他症状に関する情報があれば記入してください

    症状箇所の写真や動画がある場合は添付してください

    @php $userAgent = $_SERVER['HTTP_USER_AGENT']; $isDesktop = strpos($userAgent, 'Windows') !== false || strpos($userAgent, 'Macintosh') !== false; @endphp
    @if ($isDesktop)

    ここにファイルをドラッグ

    または


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

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

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