@extends('employee.employeepanel') @section('content') @php $cls = ''; @endphp

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}} @if($t->remark !='')
{{$t->remark}} @endif
status == 1) checked @endif>
@endsection