@extends('panel.layouts.app') @push("head") @endpush @section('body')
| # | Head Name | Parent Head Name | Total Checks | Created At | Action |
|---|---|---|---|---|---|
| {{$head_count++}} | {{ $list->head_name}} | {{ $list->parent_head_name ?? "N\A" }} | {{ $list->check_list_count ?? "N\A" }} | {{$list->created_at->diffForHumans()}} {{ $list->created_at}} |
@can('data-manage')
|