diff --git a/resources/js/app.js b/resources/js/app.js index a8093be..d32292d 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -1,7 +1,8 @@ import './bootstrap'; import Alpine from 'alpinejs'; +import AOS from 'aos'; window.Alpine = Alpine; - +AOS.init(); Alpine.start(); diff --git a/resources/views/components/logged-out.blade.php b/resources/views/components/logged-out.blade.php index 92ca918..bc8334c 100644 --- a/resources/views/components/logged-out.blade.php +++ b/resources/views/components/logged-out.blade.php @@ -13,6 +13,7 @@ @vite(['resources/css/app.css', 'resources/js/app.js']) + diff --git a/resources/views/static/how-it-works.blade.php b/resources/views/static/how-it-works.blade.php index 136d2dd..6e8e466 100644 --- a/resources/views/static/how-it-works.blade.php +++ b/resources/views/static/how-it-works.blade.php @@ -4,71 +4,30 @@
-
+

How Our Writing Service Works

Follow these simple steps to get your academic writing needs covered.

-
+
-
    -
  1. -
    -
    - +
      + @foreach($steps as $step) +
    1. +
      +
      + +
      +

      {{ $step['title'] }}

      -

      Place Your Order

      -
    -

    Start by filling out our secure order form with detailed instructions, deadline, and any additional requirements for your paper.

    -
  2. -
  3. -
    -
    - -
    -

    Writer Assignment

    -
    -

    Our team of expert writers will review your order, and we'll assign the most qualified writer based on their expertise and subject area.

    -
  4. -
  5. -
    -
    - -
    -

    Writing Process

    -
    -

    Your assigned writer will conduct in-depth research and craft a well-written, plagiarism-free paper tailored to your requirements. They will follow your instructions and adhere to academic standards.

    -
  6. -
  7. -
    -
    - -
    -

    Quality Assurance

    -
    -

    Our rigorous quality assurance process ensures that your paper meets the highest standards before delivery. This includes proofreading, formatting, and compliance with your instructions.

    -
  8. -
  9. -
    -
    - -
    -

    Delivery and Support

    -
    -

    Your completed paper will be delivered to you before the deadline, and our support team is available 24/7 to assist you with any questions or concerns.

    -
  10. -
  11. -
    -
    - -
    -

    Revisions (if needed)

    -
    -

    We offer unlimited revisions to ensure your complete satisfaction with the final product. If you need any changes or adjustments, simply request a revision, and we'll take care of it.

    -
  12. +

    {{ $step['description'] }}

    + + @endforeach
-
+
How It Works