{{ $clinic->name }}
@if (session('error'))
{{ session('error') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif
@forelse($patients as $patient)
@empty