| Id | Name | No. Of Therapist | Status | Action |
|---|---|---|---|---|
| {{$row->id}} | {{$row->name}} | {{$row->therapist()->count()}} | {{$row->status == 1 ? "Active" : "Inactive"}} |
@extends('admin.layouts.master') @section('content')
| Id | Name | No. Of Therapist | Status | Action |
|---|---|---|---|---|
| {{$row->id}} | {{$row->name}} | {{$row->therapist()->count()}} | {{$row->status == 1 ? "Active" : "Inactive"}} |