Medcare Group Types List
Generated on: {{ now()->format('M d, Y H:i') }}
ID
Group Type Name
Status
@foreach($groupTypes as $type)
{{ $type->id }}
{{ $type->name }}
{{ $type->status ? 'Active' : 'Inactive' }}
@endforeach