Sfoglia il codice sorgente

Merge branch 'master' of https://rav.triplestart.com/Petermuturi/snyder

Peter Muturi 2 anni fa
parent
commit
5bfbab3a93

+ 6 - 0
app/Http/Controllers/AppController.php

@@ -27,4 +27,10 @@ class AppController extends Controller
     public function contact() {
     public function contact() {
       return view('app.contact');
       return view('app.contact');
     }
     }
+    public function faqs() {
+      return view('app.faqs');
+    }
+    public function findAClinic() {
+      return view('app.find-a-clinic');
+    }
 }
 }

+ 198 - 0
resources/views/app/faqs.blade.php

@@ -0,0 +1,198 @@
+@extends('layouts.app')
+@section('content')
+<div class="bg-light">
+  <div class="container pt-3">
+    <nav class="mb-0">
+      <ol class="breadcrumb">
+        <li class="breadcrumb-item"><a href="{{route('index')}}"><u>Home</u></a></li>
+        <li class="breadcrumb-item active" aria-current="page">FAQs</li>
+      </ol>
+    </nav>
+  </div>
+</div>
+<div class="container py-5">
+  <div class="row">
+    <div class="col-lg-8 offset-lg-2 mb-lg-5 mt-lg-3">
+      <h5 class="subtitle text-center mb-4">Frequently asked questions</h5>
+      <div class="accordion" id="faq">
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqOne">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentOne" aria-expanded="false" aria-controls="faqContentOne">
+              What are Hemorrhoids?
+            </button>
+          </h2>
+          <div id="faqContentOne" class="accordion-collapse collapse" aria-labelledby="faqOne" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>Hemorrhoids, also called piles, are pockets of tissue in the lower rectum that are made up of muscle, blood vessels, and elastic fibers. Hemorrhoids help the body in controlling the expulsion of stools. They exist in every body and are usually unnoticed, but can cause problems when they swell or become inflamed. This can happen when the connective tissue in a hemorrhoid weakens, which allows it to fall down into the anal canal.</p>
+              <p>There are two main types of hemorrhoids: internal hemorrhoids, which can develop inside the rectum, and external hemorrhoids, which are under the skin around the anus.</p>
+              <p>Hemorrhoids are very common – almost three out of four adults will have hemorrhoids from time to time. Many people get hemorrhoids in older adulthood, though people of any age can experience this problem.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqTwo">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentTwo" aria-expanded="false" aria-controls="faqContentTwo">
+              How common are they?
+            </button>
+          </h2>
+          <div id="faqContentTwo" class="accordion-collapse collapse" aria-labelledby="faqTwo" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>Hemorrhoids are common in both men and women and affect about 1 in 20 Americans. About half of adults older than age 50 have hemorrhoids. </p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqThree">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentThree" aria-expanded="false" aria-controls="faqContentThree">
+              What causes Hemorrhoids?
+            </button>
+          </h2>
+          <div id="faqContentThree" class="accordion-collapse collapse" aria-labelledby="faqThree" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>Hemorrhoids have a few causes, the main one being too much pressure in the rectum. This can include eating a low fiber diet, constipation, chronic diarrhea, poor hydration, pregnancy and childbirth, obesity, regular heavy lifting of weights or heavy objects, and longer time on the toilet. If left untreated, hemorrhoids can worsen over time, to the point where they can require surgery to remove.</p>
+              <p>It’s also important to note that as you age, your risk of hemorrhoids increases, as the tissues that support the veins in your rectum and anus weaken over time.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqFour">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentFour" aria-expanded="false" aria-controls="faqContentFour">
+              What do Hemorrhoids feel like?
+            </button>
+          </h2>
+          <div id="faqContentFour" class="accordion-collapse collapse" aria-labelledby="faqFour" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <ul>
+                <li>Hemorrhoids are often painful, particularly in the anus or rectum. If you notice pain is worse during a bowel movement, this is because stool passing through applies pressure on the already-inflamed hemorrhoid.</li>
+                <li>Hemorrhoids can cause a small amount of bright red blood on toilet paper or in your stool. However, bleeding can have many causes unconnected to hemorrhoids, so it’s good to talk to a doctor about this if the issue is recurring or worrisome.</li>
+                <li>Hemorrhoids can cause rectal itching — it’s one of the most common (and irritating) hemorrhoid symptoms. Left untreated, continual scratching and wiping of the area can lead to worsening symptoms.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqFivee">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentFivee" aria-expanded="false" aria-controls="faqContentFivee">
+              What are the symptoms?
+            </button>
+          </h2>
+          <div id="faqContentFivee" class="accordion-collapse collapse" aria-labelledby="faqFivee" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>Most common symptom of hemorrhoids is bleeding. You may see bright red blood on toilet paper or blood in your stool. Rectal pain, burning, and itching are other symptoms. You may feel swollen area around anal canal and bulge coming out, requiring hemorrhoids to be pushed back in.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqFive">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentFive" aria-expanded="false" aria-controls="faqContentFive">
+              When should I see a doctor about my hemorrhoids?
+            </button>
+          </h2>
+          <div id="faqContentFive" class="accordion-collapse collapse" aria-labelledby="faqFive" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>You should talk to your doctor if you suspect you have inflamed hemorrhoids, so treatment can begin. If you see bleeding during bowel movements, or have hemorrhoids that don’t improve even after a week of at-home care, you should talk to your doctor.</p>
+              <p>Complications from hemorrhoids are rare, but they can happen. It’s possible that anemia could arise through chronic blood loss due to hemorrhoids. Internal hemorrhoids in particular can be “strangulated,” or have their blood supply cut off, which can cause pain. And finally, a hemorrhoid can become thrombosed if a blood clot is formed. While this isn’t life-threatening, it’s certainly painful and may need to be drained.</p>
+              <p></p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqSix">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentSix" aria-expanded="false" aria-controls="faqContentSix">
+              How do I prevent hemorrhoids?
+            </button>
+          </h2>
+          <div id="faqContentSix" class="accordion-collapse collapse" aria-labelledby="faqSix" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>There are many preventative measures you can take to prevent hemorrhoids from developing. The most important part of hemorrhoid prevention is keeping your stools soft so they can pass easily.</p>
+              <ul>
+                <li>Eat high-fiber foods. This includes whole grains, fruits, and vegetables. This can help soften the stool and increase its bulk, which can help avoid straining that can induce hemorrhoids. You can also consider fiber supplements to reach the recommended amount of fiber in your diet (20 to 30 grams a day).</li>
+                <li>Drink plenty of fluids. Drinking six to eight glasses of water and other liquids each day helps stools remain soft.</li>
+                <li>Exercise. Preventing constipation and reducing pressure on veins is a big help in preventing hemorrhoids, and can be accomplished by spending less time on your bottom or standing in one place.</li>
+                <li>Avoid long periods of sitting, particularly on the toilet.</li>
+              </ul>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqSeven">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentSeven" aria-expanded="false" aria-controls="faqContentSeven">
+              What is Rubber Band Ligation? How does it work?
+            </button>
+          </h2>
+          <div id="faqContentSeven" class="accordion-collapse collapse" aria-labelledby="faqSeven" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>Rubber band ligation is a very common procedure to treat hemorrhoids. During the procedure, your doctor will use a ligator (in our case, the Snyder HemBand) to place a gentle, medical-grade rubber band around the base of your hemorrhoid. The band will cut off blood supply or circulation to your hemorrhoid. This will cause your hemorrhoid to shrink and eventually fall off with a bowel movement in 1-3 days following your procedure, usually without you noticing it. Best of all, the procedure takes less than a minute!</p>
+              <p>A small rubber band is placed around the base of a hemorrhoid using Snyder Hemband by your doctor.</p>
+
+              <p>The blood supply to the hemorrhoid is reduced by the generation of compression, causing it to shrink and eventually fall off. This forms a small scar at the base of the hemorrhoid which will heal in just a few days.</p>
+
+              <p>The banding is done above the dentate line, a section of rectum with a very low number of pain-sensitive nerves. This is why the procedure is painless.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqEight">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentEight" aria-expanded="false" aria-controls="faqContentEight">
+            Does Banding hurt?
+            </button>
+          </h2>
+          <div id="faqContentEight" class="accordion-collapse collapse" aria-labelledby="faqEight" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>For most patients, the process is painless. The banding is done above the dentate line, a section of the rectum with a very low number of pain-sensitive nerves.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqNine">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentNine" aria-expanded="false" aria-controls="faqContentNine">
+            How long does it take?
+            </button>
+          </h2>
+          <div id="faqContentNine" class="accordion-collapse collapse" aria-labelledby="faqNine" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>It takes less than a minute to place a band around the Hemorrhoid.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqTen">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentTen" aria-expanded="false" aria-controls="faqContentTen">
+            Will my insurance cover Hemorrhoid Banding?
+            </button>
+          </h2>
+          <div id="faqContentTen" class="accordion-collapse collapse" aria-labelledby="faqTen" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>Most major health insurance plans cover the procedure, though we recommend calling your insurance company prior to having the procedure done to verify eligibility and coverage.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqEleven">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentEleven" aria-expanded="false" aria-controls="faqContentEleven">
+            Does it require any preparation?
+            </button>
+          </h2>
+          <div id="faqContentEleven" class="accordion-collapse collapse" aria-labelledby="faqEleven" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>No, the banding does not require any bowel cleansing preparation. The method is done in a doctor’s office and does not require anesthesia.</p>
+            </div>
+          </div>
+        </div>
+        <div class="accordion-item">
+          <h2 class="accordion-header" id="faqTwelve">
+            <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faqContentTwelve" aria-expanded="false" aria-controls="faqContentTwelve">
+            What to do after Snyder Hemband Treatment?
+            </button>
+          </h2>
+          <div id="faqContentTwelve" class="accordion-collapse collapse" aria-labelledby="faqTwelve" data-bs-parent="#faq">
+            <div class="accordion-body">
+              <p>Follow your doctor’s instructions. Avoid heavy lifting and strenuous exercise for 2-3 days. Avoid staying seated for a long period of time. Increase high-fiber diet. Drink plenty of water. Follow the dietary guidelines provided to you by your doctor.</p>
+            </div>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+</div>
+@endsection

+ 72 - 0
resources/views/app/find-a-clinic.blade.php

@@ -0,0 +1,72 @@
+@extends('layouts.app')
+@section('content')
+<div class="bg-light">
+    <div class="container pt-3">
+        <nav class="mb-0">
+            <ol class="breadcrumb">
+                <li class="breadcrumb-item"><a href="{{route('index')}}"><u>Home</u></a></li>
+                <li class="breadcrumb-item active" aria-current="page">Find a Clinic</li>
+            </ol>
+        </nav>
+    </div>
+</div>
+<div class="container py-5 my-4">
+  <div class="row">
+  <div class="col-lg-5">
+      <h5 class="subtitle">Where can I get the Snyder HemBand System?</h5>
+      <p>You’re a simple rubber band away from long-lasting hemorrhoid treatment.</p>
+      <p>Over 1,000 physicians across the United States offer hemorrhoid banding to their patients.</p>
+      <div class="row mt-5">
+        <div class="col-sm-6 mb-4">
+          <h5 class="header m-0">Our Office</h5>
+          <hr class="w-100 my-3">
+          <div class="">
+            258 Chapman Road, <br>
+            Suite 101-A, <br>
+            Newark, DE 19702
+          </div>
+        </div>
+        <div class="col-sm-6 mb-4">
+          <h5 class="header m-0">Contact</h5>
+          <hr class="w-100 my-3">
+          <h5 class="mb-2">General questions</h5>
+          <div class="mb-4">
+            <a class="text-dark" href="mailto:info@snyderhemband.com">info@snyderhemband.com</a> <br>
+            <a class="text-dark" href="tel:+1-833-444-8448">+1-833-444-8448</a>
+          </div>
+          <h5 class="mb-2">For physicians</h5>
+          <div class="mb-4">
+            <a class="text-dark" href="mailto:phy@snyderhemband.com">phy@snyderhemband.com</a> <br>
+            <a class="text-dark" href="tel:+1-833-444-8448">+1-833-444-8448</a>
+          </div>
+        </div>
+      </div>
+    </div>
+    <div class="col-lg-6 bg-grey p-lg-5 p-4 mb-4 offset-lg-1" style="border-bottom:7px solid var(--pry-color);">
+      <h4 class="subtitle">Find a Clinic</h4>
+      <p class="mb-4">Please complete this brief contact form, and a Patient Care Representative will be in contact with information about trained specialists near you.</p>
+      <form class="" action="" method="post">
+        @csrf
+        <div class="row">
+          <div class="col-lg-6 form-group mb-4">
+            <input type="text" class="form-control rounded-0 py-3" name="fname" placeholder="First Name" required value="">
+          </div>
+          <div class="col-lg-6 form-group mb-4">
+            <input type="text" class="form-control rounded-0 py-3" name="lname" placeholder="Last Name" required value="">
+          </div>
+        </div>
+        <div class="form-group mb-4">
+          <input type="email" class="form-control rounded-0 py-3" name="email" placeholder="Email Address" required value="">
+        </div>
+        <div class="form-group mb-4">
+          <input type="text" class="form-control rounded-0 py-3" name="phone" placeholder="Phone Number" required value="">
+        </div>
+        <div class="form-group mb-4">
+          <input type="text" class="form-control rounded-0 py-3" name="zip" placeholder="Zip Code" required value="">
+        </div>
+        <button type="submit" class="btn btn-pry w-100 py-3">Submit</button>
+      </form>
+    </div>
+  </div>
+</div>
+@endsection

+ 4 - 1
resources/views/layouts/app.blade.php

@@ -75,11 +75,14 @@
                             <li class="nav-item">
                             <li class="nav-item">
                                 <a class="nav-link" href="{{ route('compare') }}">Comparing treatment options</a>
                                 <a class="nav-link" href="{{ route('compare') }}">Comparing treatment options</a>
                             </li>
                             </li>
+                            <li class="nav-item">
+                                <a class="nav-link" href="{{ route('faqs') }}">FAQs</a>
+                            </li>
                             <li class="nav-item">
                             <li class="nav-item">
                                 <a class="nav-link" href="{{ route('contact') }}">Contact us</a>
                                 <a class="nav-link" href="{{ route('contact') }}">Contact us</a>
                             </li>
                             </li>
                             <li class="nav-item d-lg-block d-none">
                             <li class="nav-item d-lg-block d-none">
-                                <a class="btn px-4 py-2 rounded-0 btn-pry" href="{{ route('index') }}">Order Now</a>
+                                <a class="btn px-4 py-2 rounded-0 btn-pry" href="{{ route('find-a-clinic') }}">Order Now</a>
                             </li>
                             </li>
                         </ul>
                         </ul>
                     </div>
                     </div>

+ 2 - 0
routes/web.php

@@ -19,4 +19,6 @@ Route::get('/about-hemorrhoids', [AppController::class, 'aboutHem'])->name('abou
 Route::get('/treatment-guide', [AppController::class, 'treatment'])->name('treatment');
 Route::get('/treatment-guide', [AppController::class, 'treatment'])->name('treatment');
 Route::get('/post-treatment-care', [AppController::class, 'postCare'])->name('postCare');
 Route::get('/post-treatment-care', [AppController::class, 'postCare'])->name('postCare');
 Route::get('/comparing-treatment-options', [AppController::class, 'compare'])->name('compare');
 Route::get('/comparing-treatment-options', [AppController::class, 'compare'])->name('compare');
+Route::get('/faqs', [AppController::class, 'faqs'])->name('faqs');
+Route::get('/find-a-clinic', [AppController::class, 'findAClinic'])->name('find-a-clinic');
 Route::get('/contact-us', [AppController::class, 'contact'])->name('contact');
 Route::get('/contact-us', [AppController::class, 'contact'])->name('contact');