| Commission ID |
Doctor ID |
Doctor Name |
Dr. Mobile No |
Patient Name |
P. Mobile No |
Amount |
Date |
Action |
@foreach($lists as $key => $doctor)
| {{ $doctor->commission_id}} |
{{ $doctor->doctor_id }} |
{{ $doctor->doctor_full_name }} |
{{ $doctor->doctor_mobile_no }} |
{{ $doctor->patient_full_name }} |
{{ $doctor->patient_mobile_no }} |
{{ $doctor->commission_taka }} |
{{ $doctor->date}} |
@if($doctor->paid == 1)
Paid
@else
@endif
|
@endforeach
| Commission ID |
Doctor ID |
Doctor Name |
Mobile No |
Amount |
Date |