@extends('layouts.master') @section('title') @lang('translation.Terms & Condition') @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Terms & Condition @endslot @slot('title') Edit Terms & Condition @endslot @endcomponent
@method('put') @csrf
Create Walkaround Checklist Details

Product Type Required
Product Model Required
Subscription Policy * Required
Mobile User Required
Checklist Parameters Details

@if(isset($walkaroundChecklist->walkaroundQuestions[0])) @foreach ($walkaroundChecklist->walkaroundQuestions as $walkaroundQuestions)
1
Single choice
@endforeach @else
1
Single choice
@endif
@endsection @section('script') @endsection