@extends('backend.layouts.app') @section('content')
Tests
Add Test
@foreach ($tests as $test) @endforeach
Category Test Name Test Type Price Description Action
{{ $test->category->category ?? 'No category' }} {{ $test->name }} {{ $test->test_type }} {{ $test->price }} {{ $test->description }}
@csrf @method('DELETE')
@endsection @section('js') @endsection