@extends('admin.layouts.app') @section('content') @section('css') @endsection

Question it all here

@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
@if (Session::has('message'))

{{ Session::get('message') }}

@endif
{{ csrf_field() }}
question_type == 'single' ? 'checked' : '' }}>  
question_type == 'number' ? 'checked' : '' }}>    
question_type == 'date' ? 'checked' : '' }}>    
@foreach ($optionData as $koption => $ovalue)
@if ($koption == 0)
@else
@endif
@endforeach
       
{{-- checklist div --}}
{{-- infopage div --}}

@foreach ($InfoBadComment as $Kinfo => $Vinfo)
@if ($Kinfo == 0)
@else
@endif
@endforeach
@foreach ($videoData as $KeyV => $valueV)
@if ($KeyV == 0)
@else
@endif
@endforeach
Cancel
{{-- add option hide division --}}
{{-- info bad value hidden div --}} {{-- video div hide- --}} @endsection @section('js') @endsection