Medcare Specialities List

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

@foreach($specialities as $speciality) @endforeach
ID Speciality Name Status
{{ $speciality->id }} {{ $speciality->name }} {{ $speciality->status ? 'Active' : 'Inactive' }}