@extends($master) @section('title', 'Manage Sub Category') @section('body')

Sub Category Manage

@foreach($tests as $test) @if($test->status == 1) @else @endif @endforeach
SL No Test ID Test Type Name Price Discount Status Action
{{$loop->iteration}} {{$test->test_id}} {{$test->category->name}} {{$test->name}} {{$test->price}} {{$test->discount}}PublishedUnPublished
@endsection