@extends('admin.layout') @section('content')
@if (session('success'))
{{ session('success') }}
@endif

All Lab Tests

+ Add New Test
@foreach ($tests as $test) @endforeach
# Name GD B2B GD MRP CRL MRP CRL B2B Actions
{{ $test->id }} {{ $test->name }} {{ $test->gd_price }} {{ $test->gd_custom }} {{ $test->crl_price }} {{ $test->crl_custom }} Edit
@csrf @method('DELETE')
@endsection