@extends('manager.managerpanel') @section('content')

The tasks are as given below, once task(s) are completed, please select the checkbox

@csrf @foreach($tasks as $t) @php if($t->remark !='') $cls='bg-red'; else $cls = 'bg-olive'; @endphp @endforeach
Task Business Activity(Min) Action
{{$t->task_list_name}}
status == 1 || $t->status == 2) checked @endif>
@endsection