added the booking msgs that the client asked for

This commit is contained in:
Naser Mansour
2026-01-28 01:54:29 +02:00
parent cc85c67034
commit 3a5ac9c130
5 changed files with 198 additions and 3 deletions
+29
View File
@@ -82,4 +82,33 @@ return [
'too_many_attempts' => 'Too many booking attempts. Please try again later.',
'success_title' => 'Booking Request Submitted!',
'success_message' => 'We have received your consultation request. You will receive an email confirmation shortly. Our team will review your request and contact you.',
// Expectations section
'expectations_from_us_title' => 'What to Expect from Us',
'expect_focused_consultation' => 'Focused Consultation',
'expect_focused_consultation_desc' => 'A specialized, structured legal or research opinion that goes directly to the core of your issue or inquiry.',
'expect_confidentiality' => 'Complete Security & Confidentiality',
'expect_confidentiality_desc' => 'Absolute commitment to protecting your privacy and handling your information with the highest level of confidentiality.',
'expect_practical_solutions' => 'Practical Solutions',
'expect_practical_solutions_desc' => 'Clear explanation of your available legal options in a practical and actionable manner, free from theoretical complexity.',
'expect_roadmap' => 'Clear Roadmap',
'expect_roadmap_desc' => 'Clear guidance on the next steps you need to take after the consultation ends.',
'expectations_from_you_title' => 'What We Expect from You',
'your_transparency' => 'Transparency & Clarity',
'your_transparency_desc' => 'Provide us with all relevant information and documents before or during the session (if available) to ensure accurate legal advice.',
'your_punctuality' => 'Punctuality',
'your_punctuality_desc' => 'Attend at the scheduled time to ensure you fully benefit from your allocated consultation time.',
'your_confirmation' => 'Booking Confirmation',
'your_confirmation_desc' => 'Complete the booking procedures and pay any applicable fees (if the selected service is paid).',
'before_booking_title' => 'Before Booking, You Should Know',
'note_purpose' => 'The consultation aims to legally evaluate your situation and clarify available options.',
'note_duration' => 'The consultation duration is 45 minutes, and this is strictly adhered to.',
'note_format' => 'Consultations are offered in-person or remotely based on availability at the time of booking.',
'note_prepare' => 'Please prepare a summary of the facts and essential documents before your appointment.',
'note_confidential' => 'All information shared during the consultation is treated with complete confidentiality.',
'note_no_obligation' => 'The consultation does not create any obligation to accept the case or provide legal representation.',
'note_arbitration' => 'If the consultation is about engaging our office as an accredited arbitrator, please write "Arbitration" in the problem summary, mentioning only your full name and the opposing party\'s name, without any other details.',
'note_cancellation' => 'Appointments can be cancelled according to the cancellation policy. Libra reserves the right to decline a consultation in case of conflict of interest or lack of jurisdiction.',
];