@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(!empty($files)) @foreach($files as $id => $file) @endforeach @endif @if ($isRentalSupported)
    @php($dropoff_type = \Arr::get($request, 'dropoff_type', '')) @if ($hasItemsToRend) @endif
    @if ($hasItemsToRend)

    ※貸用品貸出料金として{{number_format($equipmentType->getRentalPrice())}}円(税抜)かかります

    ※貸用品の貸出期間は最大3ヶ月です

    @endif
    @endif @if (!$isRentalSupported)

    貸用品の対応をしていない機器のため、希望を受け付けておりません

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