This commit is contained in:
Dwi Swandhana
2026-08-09 12:40:12 +07:00
parent a04c5330d5
commit 36ad5d7af2
2 changed files with 2 additions and 4 deletions
@@ -186,9 +186,7 @@ class DokterController extends Controller
} else {
$generatesurat = view('cetak.ekspertisedefault', $data)->render();
}
if ($tabel == 'dengan kop'){
return $generatesurat;
} else if ($tabel == 'PDF'){
if ($tabel == 'PDF'){
try {
$info = array(
'Name' => 'Radiology Information System',
@@ -561,6 +561,6 @@
<td valign="top" colspan="3" align="center">{{ $periksa->nmdokter }}</td>
</tr>
</table>
<font color="white">KULTUR</font>
<font color="white">KULTUR {{ $tabel }}</font>
</body>
</html>