@if(!empty($patients) && count($patients) > 0)
@foreach($patients as $patient)
| {{ $patient->name }} |
{{ $patient->phone }} |
{{ count($patient->operations) }} |
{{ $patient->patients_note }} |
|
@endforeach
|
{{ $patients->setPath(route('adtrpanel.hasta-takip'))->appends(['aranan' => request('aranan')])->links() }}
|
@else
|
Kayıt Bulunamadı.
|
@endif