@php $medicineBill = App\Models\MedicineBill::whereModelType('App\Models\IpdPrescription') ->whereModelId($row->id) ->first(); @endphp @include('icons.eye', ['class' => 'tw-flex tw-w-6 tw-h-6']) @if (isset($medicineBill->payment_status) && $medicineBill->payment_status == false)