@extends('adminlte::page') @section('title', __("clinic-repair-request.common.create_title")) @section('content_header')
@stop @section('content')
  • {!! __("clinic-repair-request.common.b_repair_step_1") !!}
    1
  • {!! __("clinic-repair-request.common.b_repair_step_2") !!}
    2
  • {!! __("clinic-repair-request.common.b_repair_step_3") !!}
    3
  • {!! __("clinic-repair-request.common.b_repair_step_4") !!}
    4
  • {!! __("clinic-repair-request.common.b_repair_step_5") !!}
    5
  • {!! __("clinic-repair-request.common.b_repair_step_6") !!}
    6
  • {!! __("clinic-repair-request.common.b_repair_step_7") !!}
    7
  • {!! __("clinic-repair-request.create05.p_select_method") !!}

    @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
    @foreach (DeliveryMethodHelper::methodsForRepairRequestsForm() as $i => $deliveryMethod)
    @if (!app()->getLocale() || app()->isLocale('ja'))
    {{ $deliveryMethod['detail'] ? '※'.$deliveryMethod['detail'] : ''}}
    @else
    {{ $deliveryMethod['detail_en'] ? '※'.$deliveryMethod['detail_en'] : ''}}
    @endif
    @endforeach
    @stop @section('css') @stop @section('js') @stop