NoPaste

invoice ninja - bad html output

von heisenberg

SNIPPET_TEXT:
  1. <!DOCTYPE html>
  2. <html lang="de">
  3.  
  4.     <head>
  5.         <!-- Error:  -->
  6.                     <script>
  7.                 function gtag() {
  8.                 }
  9.             </script>
  10.        
  11.         <!-- Title -->
  12.                     <title>Rechnungen — Invoice Ninja</title>
  13.        
  14.         <meta charset="utf-8">
  15.         <meta name="viewport" content="width=device-width, initial-scale=1">
  16.         <meta name="description" content=""/>
  17.  
  18.         <!-- CSRF Token -->
  19.         <meta name="csrf-token" content="akGwG0F0CzRUDpjSzRKq3LFHnJfOBmjBE4SfaJFH">
  20.  
  21.         <!-- Scripts -->
  22.         <link rel="modulepreload" href="http://127.0.0.1:8888/build/assets/app-021b0210.js" /><link rel="modulepreload" href="http://127.0.0.1:8888/build/assets/index-08e160a7.js" /><link rel="modulepreload" href="http://127.0.0.1:8888/build/assets/_commonjsHelpers-725317a4.js" /><script type="module" src="http://127.0.0.1:8888/build/assets/app-021b0210.js" data-navigate-track="reload"></script>
  23.         <!-- Fonts -->
  24.         <style>
  25.             @font-face {
  26.               font-family: 'Open Sans';
  27.               font-style: normal;
  28.               font-weight: 400;
  29.               font-stretch: 100%;
  30.               font-display: swap;
  31.               src: url( http://127.0.0.1:8888/css/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVI.woff2) format('woff2');
  32.               unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  33.             }
  34.         </style>
  35.         <!-- Styles -->
  36.         <link rel="preload" as="style" href="http://127.0.0.1:8888/build/assets/app-9c3f71d4.css" /><link rel="stylesheet" href="http://127.0.0.1:8888/build/assets/app-9c3f71d4.css" data-navigate-track="reload" />
  37.                     <link href="http://127.0.0.1:8888/favicon.png" rel="shortcut icon" type="image/png">
  38.        
  39.         <link rel="canonical" href="/client/invoices"/>
  40.  
  41.                     <style>
  42.                
  43.             </style>
  44.        
  45.         <!-- Livewire Styles --><style >[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {display: none;}[wire\:offline][wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}[x-cloak] {display: none !important;}</style>
  46.  
  47.        
  48.        
  49.        
  50.         <link rel="stylesheet" type="text/css" href="http://127.0.0.1:8888/vendor/cookieconsent@3/cookieconsent.min.css" />
  51.     </head>
  52.  
  53.     <style>
  54.     :root {
  55.         --primary-color: #298AAB;
  56.     }
  57.  
  58.     .bg-primary {
  59.         background-color: var(--primary-color);
  60.     }
  61.  
  62.     .bg-primary-darken {
  63.         background-color: var(--primary-color);
  64.         filter: brightness(90%);
  65.     }
  66.  
  67.     .text-primary {
  68.         color: var(--primary-color);
  69.     }
  70.  
  71.     <body class="antialiased">
  72.        
  73.         <div
  74.    class="main_layout h-screen flex overflow-hidden bg-gray-100"
  75.    x-data="{ sidebarOpen: false }"
  76.    @keydown.window.escape="sidebarOpen = false"
  77.    id="main-sidebar">
  78.  
  79.             <!-- Off-canvas menu for mobile -->
  80.         <div class="md:hidden">
  81.     <div @click="sidebarOpen = false" class="fixed inset-0 z-30 bg-gray-600 opacity-0 pointer-events-none transition-opacity ease-linear duration-300" :class="{'opacity-75 pointer-events-auto': sidebarOpen, 'opacity-0 pointer-events-none': !sidebarOpen}"></div>
  82.     <div class="fixed inset-y-0 left-0 flex flex-col z-40 max-w-xs w-full pt-5 pb-4 bg-white transform ease-in-out duration-300 -translate-x-full" :class="{'translate-x-0': sidebarOpen, '-translate-x-full': !sidebarOpen}">
  83.         <div class="absolute top-0 right-0 -mr-14 p-1">
  84.             <button x-show="sidebarOpen" @click="sidebarOpen = false" class="flex items-center justify-center h-12 w-12 rounded-full focus:outline-none focus:bg-gray-600">
  85.                 <svg class="h-6 w-6 text-white" stroke="currentColor" fill="none" viewBox="0 0 24 24">
  86.                     <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
  87.                 </svg>
  88.             </button>
  89.         </div>
  90.         <div class="flex-shrink-0 flex items-center px-4">
  91.             <img class="h-8 w-auto" src="https://external.domain.tld/storage/IdBFH3dSmSIy8EDrPL76kR94vMrCMeAF/XGsvUDqVaGtXVdyZHbEYI54EiY4yhj08BdB1gnwx.png" alt="CompanyName logo" />
  92.         </div>
  93.         <div class="mt-5 flex-1 h-0 overflow-y-auto">
  94.             <nav class="flex-1 pb-4 pt-0 bg-white">
  95.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 bg-primary text-white" href="http://127.0.0.1:8888/client/invoices">
  96.                                             <img src="http://127.0.0.1:8888/images/svg/file-text.svg"
  97.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  98.                    
  99.                     <span>Rechnungen</span>
  100.                 </a>
  101.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/recurring_invoices">
  102.                                             <img src="http://127.0.0.1:8888/images/svg/dark/file.svg"
  103.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  104.                    
  105.                     <span>Wiederkehrende Rechnungen</span>
  106.                 </a>
  107.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/payments">
  108.                                             <img src="http://127.0.0.1:8888/images/svg/dark/credit-card.svg"
  109.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  110.                    
  111.                     <span>Zahlungen</span>
  112.                 </a>
  113.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/quotes">
  114.                                             <img src="http://127.0.0.1:8888/images/svg/dark/align-left.svg"
  115.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  116.                    
  117.                     <span>Angebote</span>
  118.                 </a>
  119.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/credits">
  120.                                             <img src="http://127.0.0.1:8888/images/svg/dark/credit-card.svg"
  121.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  122.                    
  123.                     <span>Gutschrift</span>
  124.                 </a>
  125.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/payment_methods">
  126.                                             <img src="http://127.0.0.1:8888/images/svg/dark/shield.svg"
  127.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  128.                    
  129.                     <span>Zahlungsarten</span>
  130.                 </a>
  131.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/documents">
  132.                                             <img src="http://127.0.0.1:8888/images/svg/dark/download.svg"
  133.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  134.                    
  135.                     <span>Dokumente</span>
  136.                 </a>
  137.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/statement">
  138.                                             <img src="http://127.0.0.1:8888/images/svg/dark/activity.svg"
  139.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  140.                    
  141.                     <span>Bericht</span>
  142.                 </a>
  143.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/plan">
  144.                                             <img src="http://127.0.0.1:8888/images/svg/dark/credit-card.svg"
  145.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  146.                    
  147.                     <span>Plan</span>
  148.                 </a>
  149.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/subscriptions">
  150.                                             <img src="http://127.0.0.1:8888/images/svg/dark/calendar.svg"
  151.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  152.                    
  153.                     <span>Abonnements</span>
  154.                 </a>
  155.                                 <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:font-semibold transition ease-in-out duration-150 text-gray-900" href="http://127.0.0.1:8888/client/pre_payments">
  156.                                             <img src="http://127.0.0.1:8888/images/svg/dark/dollar-sign.svg"
  157.                             class="w-5 h-5 fill-current mr-3" alt=""/>
  158.                    
  159.                     <span>Vorauszahlung</span>
  160.                 </a>
  161.                             </nav>
  162.  
  163.                         <div class="flex-shrink-0 flex bg-white p-4 justify-center">
  164.                 <div class="flex items-center">
  165.                     <a target="_blank" href="https://www.facebook.com/invoiceninja/">
  166.                         <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  167.                             <path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
  168.                         </svg>
  169.                     </a>
  170.                     <a target="_blank" href="https://twitter.com/invoiceninja">
  171.                         <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  172.                             <path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>
  173.                         </svg>
  174.                     </a>
  175.                     <a target="_blank" href="https://github.com/invoiceninja/invoiceninja">
  176.                         <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  177.                             <path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
  178.                         </svg> </a>
  179.                     <a target="_blank" href="https://www.invoiceninja.com/contact">
  180.                         <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  181.                             <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
  182.                             <polyline points="22,6 12,13 2,6"></polyline>
  183.                         </svg>
  184.                     </a>
  185.                     <a target="_blank" href="https://www.youtube.com/channel/UCXAHcBvhW05PDtWYIq7WDFA">
  186.                         <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  187.                             <path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"></path>
  188.                         </svg>
  189.                     </a>
  190.                 </div>
  191.             </div>
  192.                     </div>
  193.         <div class="flex-shrink-0 w-14"></div>
  194.     </div>
  195. </div>
  196.  
  197.         <!-- Static sidebar for desktop -->
  198.                     <div class="hidden md:flex md:flex-shrink-0">
  199.     <div class="flex flex-col w-64">
  200.         <div class="flex items-center h-16 flex-shrink-0 px-4 bg-white border-r justify-center z-10">
  201.             <a href="http://127.0.0.1:8888/client/dashboard">
  202.                 <img class="h-10 w-auto sidebar_logo_override" src="https://external.domain.tld/storage/IdBFH3dSmSIy8EDrPL76kR94vMrCMeAF/XGsvUDqVaGtXVdyZHbEYI54EiY4yhj08BdB1gnwx.png"
  203.                     alt="CompanyName logo"/>
  204.             </a>
  205.         </div>
  206.         <div class="h-0 flex-1 flex flex-col overflow-y-auto z-0 border-r">
  207.             <nav class="flex-1 pb-4 pt-0 bg-white">
  208.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 bg-primary text-white"
  209.                       href="http://127.0.0.1:8888/client/invoices">
  210.                                                     <img src="http://127.0.0.1:8888/images/svg/file-text.svg"
  211.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  212.                        
  213.                         <span>Rechnungen</span>
  214.                     </a>
  215.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  216.                       href="http://127.0.0.1:8888/client/recurring_invoices">
  217.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/file.svg"
  218.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  219.                        
  220.                         <span>Wiederkehrende Rechnungen</span>
  221.                     </a>
  222.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  223.                       href="http://127.0.0.1:8888/client/payments">
  224.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/credit-card.svg"
  225.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  226.                        
  227.                         <span>Zahlungen</span>
  228.                     </a>
  229.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  230.                       href="http://127.0.0.1:8888/client/quotes">
  231.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/align-left.svg"
  232.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  233.                        
  234.                         <span>Angebote</span>
  235.                     </a>
  236.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  237.                       href="http://127.0.0.1:8888/client/credits">
  238.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/credit-card.svg"
  239.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  240.                        
  241.                         <span>Gutschrift</span>
  242.                     </a>
  243.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  244.                       href="http://127.0.0.1:8888/client/payment_methods">
  245.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/shield.svg"
  246.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  247.                        
  248.                         <span>Zahlungsarten</span>
  249.                     </a>
  250.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  251.                       href="http://127.0.0.1:8888/client/documents">
  252.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/download.svg"
  253.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  254.                        
  255.                         <span>Dokumente</span>
  256.                     </a>
  257.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  258.                       href="http://127.0.0.1:8888/client/statement">
  259.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/activity.svg"
  260.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  261.                        
  262.                         <span>Bericht</span>
  263.                     </a>
  264.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  265.                       href="http://127.0.0.1:8888/client/plan">
  266.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/credit-card.svg"
  267.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  268.                        
  269.                         <span>Plan</span>
  270.                     </a>
  271.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  272.                       href="http://127.0.0.1:8888/client/subscriptions">
  273.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/calendar.svg"
  274.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  275.                        
  276.                         <span>Abonnements</span>
  277.                     </a>
  278.                                     <a class="group flex items-center p-4 text-sm leading-5 font-medium hover:font-semibold focus:outline-none focus:bg-primary-darken transition ease-in-out duration-150 text-gray-900"
  279.                       href="http://127.0.0.1:8888/client/pre_payments">
  280.                                                     <img src="http://127.0.0.1:8888/images/svg/dark/dollar-sign.svg"
  281.                                 class="w-5 h-5 fill-current text-white mr-3" alt=""/>
  282.                        
  283.                         <span>Vorauszahlung</span>
  284.                     </a>
  285.                             </nav>
  286.  
  287.                             <div class="flex-shrink-0 flex bg-white p-4 justify-center">
  288.                     <div class="flex items-center">
  289.                         <a target="_blank" href="https://www.facebook.com/invoiceninja/">
  290.                             <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg"
  291.                                 width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  292.                                 stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  293.                                 <path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"></path>
  294.                             </svg>
  295.                         </a>
  296.                         <a target="_blank" href="https://twitter.com/invoiceninja">
  297.                             <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg"
  298.                                 width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  299.                                 stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  300.                                 <path
  301.                                    d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"></path>
  302.                             </svg>
  303.                         </a>
  304.                         <a target="_blank" href="https://github.com/invoiceninja/invoiceninja">
  305.                             <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg"
  306.                                 width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  307.                                 stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  308.                                 <path
  309.                                    d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"></path>
  310.                             </svg>
  311.                         </a>
  312.                         <a target="_blank" href="https://www.invoiceninja.com/contact">
  313.                             <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg"
  314.                                 width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  315.                                 stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  316.                                 <path
  317.                                    d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path>
  318.                                 <polyline points="22,6 12,13 2,6"></polyline>
  319.                             </svg>
  320.                         </a>
  321.                         <a target="_blank" href="https://www.youtube.com/channel/UCXAHcBvhW05PDtWYIq7WDFA">
  322.                             <svg class="text-gray-900 hover:text-gray-300 mr-4" xmlns="http://www.w3.org/2000/svg"
  323.                                 width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor"
  324.                                 stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  325.                                 <path
  326.                                    d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"></path>
  327.                             </svg>
  328.                         </a>
  329.                     </div>
  330.                 </div>
  331.                     </div>
  332.         <div class="flex-shrink-0 w-14"></div>
  333.     </div>
  334. </div>
  335.            
  336.     <div class="flex flex-col w-0 flex-1 overflow-hidden">
  337.                     <div class="relative z-10 flex-shrink-0 flex h-16 bg-white shadow" xmlns:x-transition="http://www.w3.org/1999/xhtml">
  338.     <button @click.stop="sidebarOpen = true" class="px-4 border-r border-gray-200 text-gray-500 focus:outline-none focus:bg-gray-100 focus:text-gray-600 md:hidden">
  339.         <svg class="h-6 w-6" stroke="currentColor" fill="none" viewBox="0 0 24 24">
  340.             <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h7" />
  341.         </svg>
  342.     </button>
  343.     <div class="flex-1 px-3 md:px-8 flex justify-between items-center">
  344.         <span class="text-xl text-gray-900" data-ref="meta-title">Rechnungen</span>
  345.         <div class="flex items-center md:ml-6 md:mr-2">
  346.                         <div @click.outside="open = false" class="ml-3 relative" x-data="{ open: false }">
  347.                 <div>
  348.                     <button data-ref="client-profile-dropdown" @click="open = !open"
  349.                            class="max-w-xs flex items-center text-sm rounded-full focus:outline-none focus:ring">
  350.                         <img class="h-8 w-8 rounded-full" src="http://127.0.0.1:8888/images/svg/user.svg" alt=""/>
  351.                         <span class="ml-2 hidden sm:block">Matthias Falk</span>
  352.                     </button>
  353.                 </div>
  354.                 <div x-show="open" style="display:none;" x-transition:enter="transition ease-out duration-100"
  355.                     x-transition:enter-start="transform opacity-0 scale-95"
  356.                     x-transition:enter-end="transform opacity-100 scale-100"
  357.                     x-transition:leave="transition ease-in duration-75"
  358.                     x-transition:leave-start="transform opacity-100 scale-100"
  359.                     x-transition:leave-end="transform opacity-0 scale-95"
  360.                     class="origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg">
  361.                     <div class="py-1 rounded-md bg-white ring-1 ring-black ring-opacity-5">
  362.                         <a data-ref="client-profile-dropdown-settings"
  363.                           href="http://127.0.0.1:8888/client/profile/VolejRejNm/edit"
  364.                           class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 transition ease-in-out duration-150">
  365.                             Profil
  366.                         </a>
  367.  
  368.                         <a href="http://127.0.0.1:8888/client/logout"
  369.                           class="block px-4 py-2 text-sm text-gray-700 hover:bg-gray-100 transition ease-in-out duration-150">
  370.                             Abmelden
  371.                         </a>
  372.                     </div>
  373.                 </div>
  374.             </div>
  375.         </div>
  376.     </div>
  377. </div>
  378.                
  379.         <main
  380.            class="flex-1 relative z-0 overflow-y-auto pt-6 focus:outline-none"
  381.            tabindex="0" x-data
  382.            x-init="$el.focus()">
  383.  
  384.             <div class="mx-auto px-4 sm:px-6 md:px-8">
  385.                                 </div>
  386.  
  387.             <div class="mx-auto px-4 sm:px-6 md:px-8">
  388.                 <div class="pt-4 py-6">
  389.                                        
  390.                     <div class="flex items-center">
  391.         <form action="http://127.0.0.1:8888/client/invoices/payment" method="post" id="bulkActions">
  392.             <input type="hidden" name="_token" value="akGwG0F0CzRUDpjSzRKq3LFHnJfOBmjBE4SfaJFH" autocomplete="off">            <button type="submit" onclick="setTimeout(() => this.disabled = true, 0); setTimeout(() => this.disabled = false, 5000); return true;" class="button button-primary bg-primary" name="action" value="download">Herunterladen</button>
  393.             <input type="hidden" name="_token" value="akGwG0F0CzRUDpjSzRKq3LFHnJfOBmjBE4SfaJFH" autocomplete="off">                            <button onclick="setTimeout(() => this.disabled = true, 0); return true;" type="submit" class="button button-primary bg-primary" name="action" value="payment">Jetzt bezahlen</button>
  394.                     </form>
  395.     </div>
  396.     <div class="flex flex-col mt-4">
  397.         <div wire:snapshot="{&quot;data&quot;:{&quot;per_page&quot;:10,&quot;status&quot;:[[],{&quot;s&quot;:&quot;arr&quot;}],&quot;company&quot;:[null,{&quot;class&quot;:&quot;App\\Models\\Company&quot;,&quot;key&quot;:1,&quot;s&quot;:&quot;mdl&quot;}],&quot;company_id&quot;:1,&quot;db&quot;:&quot;mysql&quot;,&quot;paginators&quot;:[{&quot;page&quot;:1},{&quot;s&quot;:&quot;arr&quot;}],&quot;sort_field&quot;:&quot;date&quot;,&quot;sort_asc&quot;:false},&quot;memo&quot;:{&quot;id&quot;:&quot;uXmR2iBD6nSWUxvkl1aA&quot;,&quot;name&quot;:&quot;invoices-table&quot;,&quot;path&quot;:&quot;client\/invoices&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;de&quot;},&quot;checksum&quot;:&quot;af0db08eb9b9090d487884a54e36b55b12af95e79fe782c5306fdf3583b0acc8&quot;}" wire:effects="{&quot;url&quot;:{&quot;paginators.page&quot;:{&quot;as&quot;:&quot;page&quot;,&quot;use&quot;:&quot;push&quot;,&quot;alwaysShow&quot;:false,&quot;except&quot;:null}}}" wire:id="uXmR2iBD6nSWUxvkl1aA">
  398.     <div class="flex items-center justify-between">
  399.         <div class="flex items-center">
  400.             <span class="hidden mr-2 text-sm md:block">pro Seite</span>
  401.             <select wire:model.live="per_page" class="py-1 text-sm form-select">
  402.                 <option>5</option>
  403.                 <option selected>10</option>
  404.                 <option>15</option>
  405.                 <option>20</option>
  406.             </select>
  407.         </div>
  408.         <div class="flex items-center">
  409.             <div class="mr-3">
  410.                 <input wire:model.live="status" value="paid" type="checkbox" class="cursor-pointer form-checkbox" id="paid-checkbox">
  411.                 <label for="paid-checkbox" class="text-sm cursor-pointer">Bezahlt</label>
  412.             </div>
  413.             <div class="mr-3">
  414.                 <input wire:model.live="status" value="unpaid" type="checkbox" class="cursor-pointer form-checkbox" id="unpaid-checkbox">
  415.                 <label for="unpaid-checkbox" class="text-sm cursor-pointer">Unbezahlt</label>
  416.             </div>
  417.             <div class="mr-3">
  418.                 <input wire:model.live="status" value="overdue" type="checkbox" class="cursor-pointer form-checkbox" id="overdue-checkbox">
  419.                 <label for="overdue-checkbox" class="text-sm cursor-pointer">Überfällig</label>
  420.             </div>
  421.         </div>
  422.     </div>
  423.     <div class="py-2 -my-2 overflow-x-auto sm:-mx-6 sm:px-6 lg:-mx-8 lg:px-8">
  424.         <div class="inline-block min-w-full overflow-hidden align-middle rounded">
  425.             <table class="min-w-full mt-4 border border-gray-200 rounded shadow invoices-table">
  426.                 <thead>
  427.                     <tr>
  428.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  429.                             <label>
  430.                                 <input type="checkbox" class="form-check form-check-parent">
  431.                             </label>
  432.                         </th>
  433.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  434.                             <span role="button" wire:click="sortBy('number')" class="cursor-pointer">
  435.                                 Rechnungsnummer
  436.                             </span>
  437.                         </th>
  438.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  439.                             <span role="button" wire:click="sortBy('number')" class="cursor-pointer">
  440.                                 Bestellnummer
  441.                             </span>
  442.                         </th>
  443.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  444.                             <span role="button" wire:click="sortBy('date')" class="cursor-pointer">
  445.                                 Rechnungsdatum
  446.                             </span>
  447.                         </th>
  448.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  449.                             <span role="button" wire:click="sortBy('amount')" class="cursor-pointer">
  450.                                 Betrag
  451.                             </span>
  452.                         </th>
  453.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  454.                             <span role="button" wire:click="sortBy('balance')" class="cursor-pointer">
  455.                                 Saldo
  456.                             </span>
  457.                         </th>
  458.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  459.                             <span role="button" wire:click="sortBy('due_date')" class="cursor-pointer">
  460.                                 Fälligkeitsdatum
  461.                             </span>
  462.                         </th>
  463.                         <th class="px-6 py-3 text-xs font-medium leading-4 tracking-wider text-left text-white uppercase border-b border-gray-200 bg-primary">
  464.                             <span role="button" wire:click="sortBy('status_id')" class="cursor-pointer">
  465.                                 Status
  466.                             </span>
  467.                         </th>
  468.                         <th class="px-white-3 border-b border-gray-200 bg-primary"></th>
  469.                     </tr>
  470.                 </thead>
  471.                 <tbody>
  472.                                             <tr class="bg-white group hover:bg-gray-100">
  473.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  474.                                 <label>
  475.                                     <input type="checkbox" class="form-check form-check-child" data-value="4openRe7Az">
  476.                                 </label>
  477.                             </td>
  478.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  479.                                 0004
  480.                             </td>
  481.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  482.                                
  483.                             </td>
  484.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  485.                                 08.10.2024
  486.                             </td>
  487.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  488.                                 1.190,00 €
  489.                             </td>
  490.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  491.                             0,00 €
  492.                             </td>
  493.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  494.                                 22.10.2024
  495.                             </td>
  496.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  497.                                 <h5><span class="badge badge-success">Bezahlt</span></h5>
  498.                             </td>
  499.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  500.                                                                 <a href="http://127.0.0.1:8888/client/invoices/4openRe7Az" class="button-link text-primary">
  501.                                     Ansehen
  502.                                 </a>
  503.                             </td>
  504.                         </tr>
  505.                                             <tr class="bg-white group hover:bg-gray-100">
  506.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  507.                                 <label>
  508.                                     <input type="checkbox" class="form-check form-check-child" data-value="WJxbojagwO">
  509.                                 </label>
  510.                             </td>
  511.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  512.                                 0005
  513.                             </td>
  514.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  515.                                
  516.                             </td>
  517.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  518.                                 08.10.2024
  519.                             </td>
  520.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  521.                                 176,12 €
  522.                             </td>
  523.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  524.                             0,00 €
  525.                             </td>
  526.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  527.                                 22.10.2024
  528.                             </td>
  529.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  530.                                 <h5><span class="badge badge-success">Bezahlt</span></h5>
  531.                             </td>
  532.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  533.                                                                 <a href="http://127.0.0.1:8888/client/invoices/WJxbojagwO" class="button-link text-primary">
  534.                                     Ansehen
  535.                                 </a>
  536.                             </td>
  537.                         </tr>
  538.                                             <tr class="bg-white group hover:bg-gray-100">
  539.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  540.                                 <label>
  541.                                     <input type="checkbox" class="form-check form-check-child" data-value="k8mep2bMyJ">
  542.                                 </label>
  543.                             </td>
  544.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  545.                                 0006
  546.                             </td>
  547.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  548.                                
  549.                             </td>
  550.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  551.                                 08.10.2024
  552.                             </td>
  553.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  554.                                 238,00 €
  555.                             </td>
  556.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  557.                             0,00 €
  558.                             </td>
  559.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  560.                                 22.10.2024
  561.                             </td>
  562.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  563.                                 <h5><span class="badge badge-success">Bezahlt</span></h5>
  564.                             </td>
  565.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  566.                                                                 <a href="http://127.0.0.1:8888/client/invoices/k8mep2bMyJ" class="button-link text-primary">
  567.                                     Ansehen
  568.                                 </a>
  569.                             </td>
  570.                         </tr>
  571.                                             <tr class="bg-white group hover:bg-gray-100">
  572.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  573.                                 <label>
  574.                                     <input type="checkbox" class="form-check form-check-child" data-value="l4zbq2dprO">
  575.                                 </label>
  576.                             </td>
  577.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  578.                                 0007
  579.                             </td>
  580.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  581.                                
  582.                             </td>
  583.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  584.                                 08.10.2024
  585.                             </td>
  586.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  587.                                 95,20 €
  588.                             </td>
  589.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  590.                             0,00 €
  591.                             </td>
  592.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  593.                                 22.10.2024
  594.                             </td>
  595.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  596.                                 <h5><span class="badge badge-success">Bezahlt</span></h5>
  597.                             </td>
  598.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  599.                                                                 <a href="http://127.0.0.1:8888/client/invoices/l4zbq2dprO" class="button-link text-primary">
  600.                                     Ansehen
  601.                                 </a>
  602.                             </td>
  603.                         </tr>
  604.                                             <tr class="bg-white group hover:bg-gray-100">
  605.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  606.                                 <label>
  607.                                     <input type="checkbox" class="form-check form-check-child" data-value="yMYerEdOBQ">
  608.                                 </label>
  609.                             </td>
  610.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  611.                                 0008
  612.                             </td>
  613.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  614.                                
  615.                             </td>
  616.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  617.                                 08.10.2024
  618.                             </td>
  619.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  620.                                 2.856,00 €
  621.                             </td>
  622.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  623.                             0,00 €
  624.                             </td>
  625.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  626.                                 22.10.2024
  627.                             </td>
  628.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  629.                                 <h5><span class="badge badge-success">Bezahlt</span></h5>
  630.                             </td>
  631.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  632.                                                                 <a href="http://127.0.0.1:8888/client/invoices/yMYerEdOBQ" class="button-link text-primary">
  633.                                     Ansehen
  634.                                 </a>
  635.                             </td>
  636.                         </tr>
  637.                                             <tr class="bg-white group hover:bg-gray-100">
  638.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  639.                                 <label>
  640.                                     <input type="checkbox" class="form-check form-check-child" data-value="gl9avmeG1v">
  641.                                 </label>
  642.                             </td>
  643.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  644.                                 0009
  645.                             </td>
  646.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  647.                                
  648.                             </td>
  649.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  650.                                 08.10.2024
  651.                             </td>
  652.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  653.                                 58,31 €
  654.                             </td>
  655.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  656.                             58,31 €
  657.                             </td>
  658.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  659.                                 08.10.2024
  660.                             </td>
  661.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  662.                                 <h5><span class="badge badge-danger">Überfällig</span></h5>
  663.                             </td>
  664.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  665.                                                                     <form action="http://127.0.0.1:8888/client/invoices/payment" method="post">
  666.                                         <input type="hidden" name="_token" value="akGwG0F0CzRUDpjSzRKq3LFHnJfOBmjBE4SfaJFH" autocomplete="off">                                        <input type="hidden" name="invoices[]" value="gl9avmeG1v">
  667.                                         <input type="hidden" name="action" value="payment">
  668.                                         <button onclick="setTimeout(() => this.disabled = true, 0); return true;" class="px-2 py-1 mr-3 text-xs uppercase button button-primary bg-primary" dusk="pay-now">
  669.                                             Jetzt bezahlen
  670.                                         </button>
  671.                                     </form>
  672.                                                                 <a href="http://127.0.0.1:8888/client/invoices/gl9avmeG1v" class="button-link text-primary">
  673.                                     Ansehen
  674.                                 </a>
  675.                             </td>
  676.                         </tr>
  677.                                             <tr class="bg-white group hover:bg-gray-100">
  678.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  679.                                 <label>
  680.                                     <input type="checkbox" class="form-check form-check-child" data-value="7LDdwRb1YK">
  681.                                 </label>
  682.                             </td>
  683.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  684.                                 0010
  685.                             </td>
  686.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  687.                                
  688.                             </td>
  689.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  690.                                 08.10.2024
  691.                             </td>
  692.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  693.                                 58,31 €
  694.                             </td>
  695.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  696.                             58,31 €
  697.                             </td>
  698.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  699.                                 08.10.2024
  700.                             </td>
  701.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  702.                                 <h5><span class="badge badge-danger">Überfällig</span></h5>
  703.                             </td>
  704.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  705.                                                                     <form action="http://127.0.0.1:8888/client/invoices/payment" method="post">
  706.                                         <input type="hidden" name="_token" value="akGwG0F0CzRUDpjSzRKq3LFHnJfOBmjBE4SfaJFH" autocomplete="off">                                        <input type="hidden" name="invoices[]" value="7LDdwRb1YK">
  707.                                         <input type="hidden" name="action" value="payment">
  708.                                         <button onclick="setTimeout(() => this.disabled = true, 0); return true;" class="px-2 py-1 mr-3 text-xs uppercase button button-primary bg-primary" dusk="pay-now">
  709.                                             Jetzt bezahlen
  710.                                         </button>
  711.                                     </form>
  712.                                                                 <a href="http://127.0.0.1:8888/client/invoices/7LDdwRb1YK" class="button-link text-primary">
  713.                                     Ansehen
  714.                                 </a>
  715.                             </td>
  716.                         </tr>
  717.                                             <tr class="bg-white group hover:bg-gray-100">
  718.                             <td class="px-6 py-4 text-sm font-medium leading-5 text-gray-900 whitespace-nowrap">
  719.                                 <label>
  720.                                     <input type="checkbox" class="form-check form-check-child" data-value="JX7ax9byv4">
  721.                                 </label>
  722.                             </td>
  723.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  724.                                 0011
  725.                             </td>
  726.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  727.                                
  728.                             </td>
  729.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  730.                                 08.10.2024
  731.                             </td>
  732.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  733.                                 238,00 €
  734.                             </td>
  735.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  736.                             238,00 €
  737.                             </td>
  738.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  739.                                 08.10.2024
  740.                             </td>
  741.                             <td class="px-6 py-4 text-sm leading-5 text-gray-500 whitespace-nowrap">
  742.                                 <h5><span class="badge badge-danger">Überfällig</span></h5>
  743.                             </td>
  744.                             <td class="flex items-center justify-end px-6 py-4 text-sm font-medium leading-5 whitespace-nowrap">
  745.                                                                     <form action="http://127.0.0.1:8888/client/invoices/payment" method="post">
  746.                                         <input type="hidden" name="_token" value="akGwG0F0CzRUDpjSzRKq3LFHnJfOBmjBE4SfaJFH" autocomplete="off">                                        <input type="hidden" name="invoices[]" value="JX7ax9byv4">
  747.                                         <input type="hidden" name="action" value="payment">
  748.                                         <button onclick="setTimeout(() => this.disabled = true, 0); return true;" class="px-2 py-1 mr-3 text-xs uppercase button button-primary bg-primary" dusk="pay-now">
  749.                                             Jetzt bezahlen
  750.                                         </button>
  751.                                     </form>
  752.                                                                 <a href="http://127.0.0.1:8888/client/invoices/JX7ax9byv4" class="button-link text-primary">
  753.                                     Ansehen
  754.                                 </a>
  755.                             </td>
  756.                         </tr>
  757.                                     </tbody>
  758.             </table>
  759.         </div>
  760.     </div>
  761.     <div class="flex justify-center mt-6 mb-6 md:justify-between">
  762.                     <span class="hidden text-sm text-gray-700 md:block mr-2">
  763.                 Zeige 1 bis 8 von 8 Ergebnissen
  764.             </span>
  765.                 <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
  766.     </div>
  767. </div>
  768.  
  769.     </div>
  770.                 </div>
  771.             </div>
  772.         </main>
  773.         <footer class="bg-white px-4 py-5 shadow px-4 sm:px-6 md:px-8 flex justify-center border-t border-gray-200 justify-between items-center" x-data="{ privacy: false, tos: false }">
  774.     <section>
  775.                     <span href="https://invoiceninja.com" target="_blank" class="text-xs md:text-sm text-gray-700">
  776.                 Copyright &copy; 2024
  777.                 <a class="text-primary hover:underline" href="https://invoiceninja.com" target="_blank">Invoice Ninja</a>.
  778.             </span>
  779.        
  780.         <div class="flex items-center">
  781.            
  782.            
  783.                     </div>
  784.     </section>
  785.  
  786.             <a href="https://invoiceninja.com" target="_blank">
  787.             <img class="h-8" src="http://127.0.0.1:8888/images/invoiceninja-black-logo-2.png" alt="Invoice Ninja Logo">
  788.         </a>
  789.    
  790.    
  791.    
  792.     <div class="bg-gray-200 hidden"></div>
  793.     </div>
  794. </div>
  795.  
  796.  
  797.  
  798.         <script data-navigate-once="true">window.livewireScriptConfig = {"csrf":"akGwG0F0CzRUDpjSzRKq3LFHnJfOBmjBE4SfaJFH","uri":"\/livewire\/update","progressBar":"","nonce":""};</script>
  799.  
  800.         <script src="http://127.0.0.1:8888/vendor/cookieconsent@3/cookieconsent.min.js" data-cfasync="false"></script>
  801.         <script>
  802.             window.addEventListener("load", function(){
  803.                 if (! window.cookieconsent) {
  804.                     return;
  805.                 }
  806.                 window.cookieconsent.initialise({
  807.                     "palette": {
  808.                         "popup": {
  809.                             "background": "#000"
  810.                         },
  811.                         "button": {
  812.                             "background": "#f1d600"
  813.                         },
  814.                     },
  815.                     "content": {
  816.                         "href": "https://www.invoiceninja.com/privacy-policy/",
  817.                         "message": "Diese Website verwendet Cookies, um sicherzustellen, dass Sie das beste Ergebnis auf unserer Website erzielen.",
  818.                         "dismiss": "Verstanden!",
  819.                         "link": "Mehr erfahren",
  820.                     }
  821.                 })}
  822.             );
  823.         </script>
  824.  
  825.        
  826.     </body>
  827.  
  828.     <footer>
  829.                     <link rel="modulepreload" href="http://127.0.0.1:8888/build/assets/action-selectors-07ce2545.js" /><script type="module" src="http://127.0.0.1:8888/build/assets/action-selectors-07ce2545.js" data-navigate-track="reload"></script>
  830.             </footer>
  831.  
  832.             <script>
  833.            
  834.         </script>
  835.     </html>

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN