mail.php 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?php
  2. return [
  3. 'send_code' => [
  4. 'subject' => 'Your verification code',
  5. 'header_subtitle' => 'Access verification',
  6. 'greeting' => 'Hello, :name!',
  7. 'greeting_anonymous' => 'Hello!',
  8. 'body_intro' => 'Use the code below to access your account',
  9. 'expiry_notice' => 'This code expires in 15 minutes.',
  10. 'ignore_notice' => 'If you did not request this code, please ignore this email.',
  11. 'footer_note' => 'This is an automated email. Please do not reply.',
  12. 'footer_title' => 'Thank you for using the Diaria App ',
  13. ],
  14. 'service_completed' => [
  15. 'subject' => 'Service completed successfully',
  16. 'title' => 'Service Completed',
  17. 'subtitle' => 'Your payment has been successfully confirmed.',
  18. 'payment_confirmed' => 'Payment confirmed',
  19. 'payment_confirmed_subtitle' => 'The service has been completed and payment approved.',
  20. 'service_resume' => 'Service summary',
  21. 'client' => 'Client',
  22. 'service_date' => 'Service date',
  23. 'service_time' => 'Time',
  24. 'service_address' => 'Address',
  25. 'payment_title' => 'Payment',
  26. 'total_amount' => 'Total amount',
  27. 'payment_method' => 'Payment method',
  28. 'paid' => 'Paid',
  29. 'payment_success' => 'Payment processed and confirmed successfully.',
  30. 'footer_title' => 'Thank you for using Diaria App 💜',
  31. 'footer_description' => 'We hope your experience was amazing. Count on us for your next services.',
  32. 'footer_help' => 'Need help?',
  33. 'footer_contact' => 'Contact our support',
  34. 'footer_note' => 'This is an automatic email. Please do not reply.',
  35. 'service_fee' => 'Service fee',
  36. 'final_amount' => 'Final amount',
  37. 'currency' => '$',
  38. ],
  39. ];