@extends('layouts.main_without_top_button')
@section('navigation')
@stop
@section('contentinner')
@include('workshops.inspections.profile.includes.tabs')
@foreach($vehicle_inspection_driver_complains as $inspection)
{{ strtoupper($inspection->category->name) }} |
@foreach($inspection->vehicleInspectionSheetParameters as $index=> $service)
|
{{++$index}} |
@if($service->parameter->question_type == 'YES/NO')
{{$service->parameter->name}} |
|
|
@elseif($service->parameter->question_type == 'EXPLANATION')
{{$service->parameter->name}} |
|
@elseif($service->parameter->question_type == 'MULTIPLE CHOICE')
@else
@endif
@endforeach
|
@endforeach
{{--
--}}
{{----}}
{{--@foreach($vehicle_inspection_sheet->driverComplaings as $index=> $driver_complain)--}}
{{--@if($index > 0)--}}
{{----}}
{{-- | --}}
{{--
--}}
{{--@endif--}}
{{----}}
{{--{{++$index}} | --}}
{{--DRIVER'S COMPLAINS CONCERNING ABOUT {{ucwords($driver_complain->maintenance_category)}} | --}}
{{--
--}}
{{----}}
{{----}}
{{----}}
{{-- | --}}
{{--
--}}
{{----}}
{{----}}
{{----}}
{{----}}
{{----}}
{{--Parameter | --}}
{{--Results | --}}
{{--Defect | --}}
{{--Action | --}}
{{--Remarks | --}}
{{-- --}}
{{----}}
{{----}}
{{--@foreach($driver_complain->parameters as $index=>$parameter)--}}
{{----}}
{{----}}
{{--{{$parameter->parameter_name}}--}}
{{--id}}">--}}
{{-- | --}}
{{----}}
{{----}}
{{-- | --}}
{{----}}
{{----}}
{{----}}
{{-- | --}}
{{--@if(isset($parameter->vehicleInspectionResult['remarks'])){{$parameter->vehicleInspectionResult['remarks']}}@endif--}}
{{-- | --}}
{{-- --}}
{{--@endforeach--}}
{{----}}
{{-- --}}
{{-- | --}}
{{--
--}}
{{--@endforeach--}}
{{----}}
{{--
--}}
@stop