| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?php
- return [
- 'send_code' => [
- 'subject' => 'Your verification code',
- 'header_subtitle' => 'Access verification',
- 'greeting' => 'Hello, :name!',
- 'greeting_anonymous' => 'Hello!',
- 'body_intro' => 'Use the code below to access your account',
- 'expiry_notice' => 'This code expires in 15 minutes.',
- 'ignore_notice' => 'If you did not request this code, please ignore this email.',
- 'footer_note' => 'This is an automated email. Please do not reply.',
- 'footer_title' => 'Thank you for using the Diaria App ',
- ],
- 'service_completed' => [
- 'subject' => 'Service completed successfully',
- 'title' => 'Service Completed',
- 'subtitle' => 'Your payment has been successfully confirmed.',
- 'payment_confirmed' => 'Payment confirmed',
- 'payment_confirmed_subtitle' => 'The service has been completed and payment approved.',
- 'service_resume' => 'Service summary',
- 'client' => 'Client',
- 'service_date' => 'Service date',
- 'service_time' => 'Time',
- 'service_address' => 'Address',
- 'payment_title' => 'Payment',
- 'total_amount' => 'Total amount',
- 'payment_method' => 'Payment method',
- 'paid' => 'Paid',
- 'payment_success' => 'Payment processed and confirmed successfully.',
- 'footer_title' => 'Thank you for using Diaria App 💜',
- 'footer_description' => 'We hope your experience was amazing. Count on us for your next services.',
- 'footer_help' => 'Need help?',
- 'footer_contact' => 'Contact our support',
- 'footer_note' => 'This is an automatic email. Please do not reply.',
- 'service_fee' => 'Service fee',
- 'final_amount' => 'Final amount',
- 'currency' => '$',
- ],
- ];
|