%PDF- %PDF-
Direktori : /var/www/html/klinisol/klinisol-api/resources/views/pdf/ |
Current File : /var/www/html/klinisol/klinisol-api/resources/views/pdf/enrollment.blade.php |
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta charset="utf-8"> <style> .col-1 { width: 8.333333%; } .col-2 { width: 16.666667%; } .col-3 { width: 25%; } .col-4 { width: 33.333333%; } .col-5 { width: 41.666667%; } .col-6 { width: 50%; } .col-7 { width: 58.333333%; } .col-8 { width: 66.666667%; } .col-9 { width: 75%; } .col-10 { width: 83.333333%; } .col-11 { width: 91.666667%; } .col-12 { width: 100%; } .text-center { text-align: center; } table { border-collapse: collapse; } table.show-border, td.show-border, th.show-border { border: 1px solid black; } td.show-border { padding: 5px; } </style> </head> <body> <table style="width: 100%"> <tr> <td class="col-6"> <p>Protocol: {{$enrollment->protocol->code}}</p> <p>Patient: {{$enrollment->patient->code}}</p> </td> <td class="col-6"> <p>{{$enrollment->protocol->irb_number}}</p> <p>Subject Initials: {{$enrollment->doctor->initials()}}</p> </td> </tr> <tr> <td class="col-12" colspan="2"> <p>{{$enrollment->notes}}</p> </td> </tr> <tr> <td class="col-12" colspan="2" style="padding-top: 70px;"> Coordinator Signature </td> </tr> </table> </body> </html>