Use Laravel-Dompdf and create pdf invoices.
This commit is contained in:
@@ -20,6 +20,9 @@ return [
|
||||
'Email' => 'Email',
|
||||
'Password' => 'Passwort',
|
||||
'Phone' => 'Telefon',
|
||||
'Phone_short' => 'Tel',
|
||||
'Web_short' => 'Web',
|
||||
'Email_short' => 'Email',
|
||||
'Address' => 'Adresse',
|
||||
'Zip Code' => 'Postleitzahl',
|
||||
'City' => 'Stadt',
|
||||
@@ -29,5 +32,6 @@ return [
|
||||
'Confirm' => 'Bestätigen',
|
||||
'Email Password Reset Link' => 'Email Passwort-Reset Link',
|
||||
'Forgot your password? No problem. Just let us know your email address and we will email you a password reset link that will allow you to choose a new one.' => 'Passwort vergessen? Kein Problem. Teilen Sie uns einfach Ihre E-Mail-Adresse mit und wir senden Ihnen per E-Mail einen Link zum Zurücksetzen Ihres Passworts, mit dem Sie ein neues Passwort auswählen können.',
|
||||
'Date' => 'Datum',
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user