@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
  • @csrf

    {!! __("clinic-repair-request.create02.p_input_type_and_number") !!}

    @if(!empty($data)) @foreach($data as $name => $rows) @if(is_array($rows)) @foreach($rows as $index => $row) @endforeach @else @endif @endforeach @else @endif @if(!empty($files)) @foreach($files as $id => $file) @endforeach @endif
    @if (app()->isLocale('ja')){{ $equipment->name }}@else{{ $equipment->name_en }}@endif
    形式

    {!! __("clinic-repair-request.create02.p_not_publish") !!}

    @foreach ( $equipment->getExplainFile as $files => $file) {!! __("clinic-repair-request.create02.a_how_to_check") !!} @endforeach
    {!! __("clinic-repair-request.common.b_serial_number") !!}
    @stop @section('css') @stop @section('js') @stop