@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
{{ csrf_field() }} {{ method_field('PATCH') }}
{{ validationError($errors->get('question')) }}
is_active === 1 ? 'checked' : '' }}>
Cancel
@endsection @section('scripts') @endsection