@extends('layouts.app') @section('content')
{{-- @include('proedge.setting.settingPanel') --}} @if(isset($is_admin)) @include('proedge.admin.adminPanel') @else @include('proedge.config.adminPanel') @endif

Edit Checklist Item

{{-- --}}
{{ csrf_field() }}
Note: If checked then Yes/No option will be shown else inputbox will be shown for entering text.
   Cancel
@endsection