@extends('layouts.'.Auth::user()->role.'_layout') @section('title') {{ __('All Tests') }} @endsection @section('content')
| ID | {{ __('Test Name') }} | {{ __('Description') }} | {{ __('Total Use') }} | {{ __('Actions') }} |
|---|---|---|---|---|
| {{ $test->id }} | {{ $test->test_name }} | {{ $test->comment ?? __('N/A') }} | @can('edit diagnostic test') @endcan @can('delete diagnostic test') @endcan | |
| {{ __('You don\'t have any Diagnosis Tests') }}, {{ __('create one') }} | ||||