@extends('admin.project.main') @section('projectContent')
{{csrf_field()}}
@if($task->related_to_type == '1') @endif
    @foreach ($checklist_items as $checklist_item)
  • is_checked == 1 ? "checked" : "" }} />
  • @endforeach
{{ __('Cancel') }}
@endsection @section('projectJS') {!! translateValidationMessages() !!} @endsection