Medcare Group Types List

Generated on: {{ now()->format('M d, Y H:i') }}

@foreach($groupTypes as $type) @endforeach
ID Group Type Name Status
{{ $type->id }} {{ $type->name }} {{ $type->status ? 'Active' : 'Inactive' }}