changes in email template for enquiries and form submittion, other all minor error fixed.

This commit is contained in:
2025-08-28 13:11:34 +05:45
parent 086395a0a4
commit 3666b749ea
15 changed files with 3907 additions and 1486 deletions

View File

@@ -37,8 +37,7 @@
aria-labelledby="heading-question-1">
@foreach ($countries as $country)
<div id="{{ $country_id }}"
class="accordion-content resource text-16 leading-20 text-black bg-white px-10 flex items-center gap-10 "
<div class="accordion-content resource text-16 leading-20 text-black bg-white px-10 flex items-center gap-10 "
onclick="showTab('tab{{ $country->title }}')">
<i class="fa-solid fa-angles-right text-18 text-brand"></i>
<p>{{ $country->title }}</p>