{if $show == 1}

{$instructions->name}


اسم الزوجة {$patient->wifename} اسم الزوج {$patient->husdandname}
رقم البطاقة {$patient->wifenationalid} رقم البطاقة {$patient->husbandnationalid}
الطبيب المعالج {$doctor_name} الطبيب المعالج {$h_doctor_name}
الموبايل 1 {$patient->phone} الموبايل 2 {$patient->mobile}
التاريخ {$printDate} اسم المستخدم {$user_name} رقم الايصال {$printserial}

{$instructions->content}
{else} {foreach $instructions as $inst}

{$inst->name}


اسم الزوجة {$patient->wifename} اسم الزوج {$patient->husdandname}
رقم البطاقة {$patient->wifenationalid} رقم البطاقة {$patient->husbandnationalid}
الطبيب المعالج {$doctor_name} الطبيب المعالج {$h_doctor_name}
الموبايل 1 {$patient->phone} الموبايل 2 {$patient->mobile}
التاريخ {$printDate} اسم المستخدم {$user_name} رقم الايصال {$printserial}

{$inst->content}
{/foreach} {/if}