ridwan100

pdf

Jun 6th, 2023
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.01 KB | None | 0 0
  1. <html>
  2. <body
  3.    style="font-family: Open Sans, sans-serif;font-size:100%;font-weight:400;line-height:1.4;color:#000;">
  4.     <table
  5.        style="max-width:1300px;margin:50px auto 10px;background-color:#fff;padding:50px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);-moz-box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); border-top: solid 10px #fd6500;position:relative;
  6.        left: -60px;">
  7.         <thead>
  8.             <tr>
  9.                 <th colspan="3" style="text-align:left;"><img style="max-width: 150px;"src="https://drm.software/images/branding/logo.png" alt="DROPMATIX"></th>
  10.                 <th  colspan="3" style="text-align:right;font-weight:400;">{{  now()->format("d-M-Y") }}</th>
  11.             </tr>
  12.            <tr>
  13.                 <td colspan="6" style="border: solid 1px #ddd; padding:0px;text-align: center;">
  14.                     <strong>
  15.                         <p style="font-size:18px;">Lieferschein</p>
  16.                     </strong>
  17.                 </td>
  18.             </tr>
  19.         </thead>
  20.         <tbody style="display:flex;flex-direction:column;">
  21.          
  22.             <tr style="display:flex;align-items:stretch">
  23.                 <th style="font-size:16px; flex-grow: 1">belegnr</th>
  24.                
  25.                 <th style="font-size:16px;">Ean</th>
  26.  
  27.                 <th style="font-size:16px;margin: px;">Menge</th>
  28.  
  29.                 <th style="font-size:16px;">lieferdatum</th>
  30.  
  31.                 <th style="font-size:16px;">Maßeinheit</th>
  32.                
  33.                 <th style="font-size:16px;">Comment</th>
  34.             </tr>
  35.             <tr style="display:flex;justify-content:space-between">
  36.             <td>
  37.                 <p style="font-size:16px;margin:0;text-align:center;border:solid 1px #ddd;">
  38.                 645c7baaa0d36<b style="font-size:12px;font-weight:300;"></b>
  39.                 </p>
  40.               </td>  
  41.               <td>
  42.                 <p style="font-size:16px;margin:0;padding-top:15px;text-align:center;border:solid 1px #ddd;">
  43.                      370042191019
  44.                    <b style="font-size:12px;font-weight:300;"></b>
  45.                 </p>
  46.               </td>
  47.               <td>
  48.                 <p style="font-size:16px;margin:0;padding:11px;text-align:center;border:solid 1px #ddd;">
  49.                    50<b style="font-size:12px;font-weight:300;"></b>
  50.                 </p>
  51.               </td>
  52.               <td>
  53.                 <p style="font-size:16px;margin:0;padding-top:11px;padding-bottom:11px;text-align:center;border:solid 1px #ddd;">
  54.                    06-06-2023<b style="font-size:12px;font-weight:300;"></b>
  55.                 </p>
  56.               </td>
  57.               <td>
  58.                 <p style="font-size:16px;margin:0;padding:11px;text-align:center;border:solid 1px #ddd;">
  59.                    ST<b style="font-size:12px;font-weight:300;"></b>
  60.                 </p>
  61.               </td>
  62.  
  63.               <td>
  64.                
  65.                 <p style="font-size:16px;margin:0;padding:11px;text-align:center;border:solid 1px #ddd;">
  66.                 Okay<b style="font-size:12px;font-weight:300;"></b>
  67.                 </p>
  68.                
  69.               </td>
  70.             </tr>
  71.             <tr>
  72.                 <td colspan="2" style="font-size:14px;padding:50px 15px 0 15px;">
  73.                     <strong style="display:block;margin:0 0 10px 0;">Best Regards from</strong> Palma de Mallorca,
  74.                     Fabian & Jasmine <br>Questions? You can reach us daily by telephone around the clock at +49 305 200
  75.                    489 28 (DE, ENG) or under +34 881 800 014 (ES)<br><br> <b>EXPERTISEROCKS®</b> SL C/Sant Felip Neri,
  76.                    12 Entlo. 1 07002 Palma de Mallorca<br>
  77.                    <b>CIF:</b> B-16532202<br>
  78.                    <b>VAT ID:</b> ESB16532202
  79.                </td>
  80.            </tr>
  81.        </tbody>
  82.    </table>
  83. </body>
  84. </html>
  85.  
Add Comment
Please, Sign In to add comment