@extends('includes/layout')
@section('main-page-content')
@php
$step = 'step' . request()->step;
@endphp
@if ($inspection_plan_checklist)
@foreach ($inspection_plan_checklist as $inspection_plan_checklist)
@endforeach
@endif
@include('InspectionPlan/NewInspectionReport/' . $step)
@if ($step == 'step1' || $step == 'step2')
@endif
@endsection
@section('css-js')
@endsection