Sub Category Sub Category {{-- Test --}} {{-- Edit Form --}}
@foreach ($category_list as $index => $category) @endforeach
Sr.NO Sub Category Name Main Category Name Method Name Units Biological Reference Interval Action
{{ $index + 1 }} {{ $category->sub_category_name }} {{ $category->main_category_name }} {{ $category->method_name }} {{ $category->units }} @if($category->interval_type == 1) {{ $category->from_range }} - {{ $category->to_range }} @else {{ $category->bioreferal }} @endif
{{-- Add --}}