@extends('Admin.components.layout') @section('title') Checker @endsection @section('subtitle') Add Question @endsection @section('content')
@if ($errors->any())
{!! implode('', $errors->all('
:message
')) !!}
@endif
{{ csrf_field() }}
       
{{-- checklist div --}}
{{-- infopage div --}}

{{-- Cancel --}}
{{-- add option hide division --}} {{-- info bad value hidden div --}} {{-- video div hide- --}} @endsection @section('js') @endsection