@extends('admin_navbar') @section('content')

Main Tests

Manage main tests (profiles/panels). Price is on Test Type. Each main test can have multiple Sub Tests / Parameters.
+ Add Main Test
@if(session('success'))
{{ session('success') }}
@endif @forelse($tests as $t) @empty @endforelse
Image Main Test Code Type Category Reporting Status Actions
@if($t->test_case_image) test image @else
N/A
@endif
{{ $t->test_name }}
{{ \Illuminate\Support\Str::limit($t->description ?? '', 60) }}
{{ $t->test_code }} {{ $t->testType?->name ?? '-' }} {{ $t->testCategory?->name ?? '-' }} {{ $t->reporting_time ?? '-' }} @if($t->is_active) Active @else Inactive @endif {{-- โœ… Sub Tests / Parameters --}} ๐Ÿงช Sub Tests โœ๏ธ Edit
@csrf @method('DELETE')
No tests found.
{{ $tests->links() }}
@endsection