/home/awneajlw/.trash/storage.2/framework/views/7f3082c79e1b4e6a675dc6c67276aeaa.php
<?php echo $__env->make('frontend.component.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>


<!-- Services Detail Section -->
    <section id="services" class="max-w-7xl mx-auto px-6 py-10 bg-gradient-to-br from-gray-50 to-sky-100">
      <p class="text-center text-5xl font-bold text-sky-800 mb-8">
        Services Detail
      </p>

      <div
        class="max-w-5xl mx-auto bg-[#0C476C] text-white px-6 py-10 sm:px-10 rounded-t-3xl rounded-b-3xl"
      >
        <h2 class="text-3xl md:text-5xl font-bold text-center mb-10">Zakat</h2>
        <p
          class="text-base leading-relaxed text-justify text-gray-100"
        >
          Safeeyes Jeweler’s Zakat feature simplifies calculating and managing zakat payments for businesses. This tool automates zakat calculations (2.5% of qualifying wealth), tracks income, and monitors payment statuses (“paid” or “unpaid”) across multiple branches. It ensures compliance with Islamic obligations through efficient record-keeping and branch-specific insights. Key features include:
          <ul class="list-disc pl-5 mt-4 space-y-2">
            <li><strong>Zakat Year Tracking:</strong> Automatically tracks the Hijri year for accurate due dates.</li>
            <li><strong>Income Monitoring:</strong> Summarizes total income for precise zakat calculations.</li>
            <li><strong>Automated Calculations:</strong> Computes zakat based on income and inventory.</li>
            <li><strong>Payment Status:</strong> Easily toggle between “paid” and “unpaid” for real-time tracking.</li>
            <li><strong>Branch Details:</strong> Displays branch names, inventory values, and zakat amounts.</li>
          </ul>
          This feature streamlines zakat management, ensuring accuracy and transparency for businesses.
        </p>

        <div class="text-center mt-10">
          <a
            href="index.html#subscription"
            class="inline-block bg-white text-[#0C476C] font-semibold px-6 py-3 rounded-full shadow hover:bg-sky-100 transition"
            aria-label="Buy Zakat feature subscription"
          >
            Buy Now!
          </a>
        </div>
      </div>
    </section>

<?php echo $__env->make('frontend.component.footer', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>

<?php /**PATH C:\xampp\htdocs\safeEye\resources\views/frontend/services/service1.blade.php ENDPATH**/ ?>