@extends('User.Layout.main_layout') @section('title','TODO List') @section('main_container')

@csrf
@if($errors->has('title')) {{($errors->first('title'))}} @endif

@if(!$todolist ->isEmpty()) @foreach($todolist as $key =>$data) @endforeach @else

No Data Available

@endif
No Plans Status
{{ ($key+1) }}
Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/add_action_plan.blade.php on line 60

Warning: Attempt to read property "title" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/add_action_plan.blade.php on line 60

Warning: Undefined variable $data in /home/karnava/public_html/center.karnavati.in/resources/views/User/add_action_plan.blade.php on line 61

Warning: Attempt to read property "status" on null in /home/karnava/public_html/center.karnavati.in/resources/views/User/add_action_plan.blade.php on line 61
@endsection