@if(count($test_inventory_list) == 0)

No Records Found

Sorry! We can't find any records matching your criteria
@else @foreach($test_inventory_list as $data)
Assessment Name:
{{$data->getAssessmentName->name or ""}}
Author/Source:
{{$data->author}}
Category:
{{$data->getCategoryName->name or ""}}
Next Review Date:
{{$data->next_review}}
Apporved By:
{{$data->approve_by}}
Suitable:
{{$data->suitable_for}}
@endforeach @endif