@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.create04.p_select_rental") !!}

    @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)

    {!! __("clinic-repair-request.create04.p_rental_fee_prefix") !!}{{number_format($equipmentType->getRentalPrice())}}{!! __("clinic-repair-request.create04.p_rental_fee_unit") !!}{!! __("clinic-repair-request.create04.p_rental_fee_postfix") !!}

    {!! __("clinic-repair-request.create04.p_rental_period") !!}

    @endif
    @endif @if (!$isRentalSupported)

    {!! __("clinic-repair-request.create04.p_rental_not_support") !!}

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