@extends('adminlte::page') @section('title', '据付最終確認書確認') @section('content_header')
@stop @section('content')
@foreach ($details as $idx => $detail)

{{ $detail->name }}

@foreach ($results as $result) @if ($result->assembly_item_id == $detail->assembly_item_id) @endif @endforeach
点検項目 詳細 チェック 備考
{{ $result->assemblyItemInspection->name }} @if($result->assemblyItemInspection->detail) {{$result->assemblyItemInspection->detail}} @endif @if ($result->result == 1) 可 @elseif ($result->result == 2) @else 未回答 @endif {{$result->notes}}
@endforeach
@csrf
{{$assemblyConfirmation->assemblyIncharge->name ?? ""}}
@if ($assemblyConfirmation->assembly_incharge_signature_id)
@endif
{{$assemblyConfirmation->assemblyObserver->name ?? ""}}
@if ($assemblyConfirmation->assembly_observer_signature_id)
@endif
{{$assemblyConfirmation->assemblyManager->name ?? ""}}
@if ($assemblyConfirmation->assembly_manager_signature_id)
@endif
@if ($assemblyConfirmation->clinic_signature_id)
@endif
@stop @section('css') @stop @section('js') @stop