practice-support.blade.php 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @extends('layouts.physicians')
  2. @section('content')
  3. <div class="bg-light">
  4. <div class="container pt-3">
  5. <nav class="mb-0">
  6. <ol class="breadcrumb">
  7. <li class="breadcrumb-item"><a href="{{route('index')}}"><u>Home</u></a></li>
  8. <li class="breadcrumb-item"><a href="{{route('physicians.index')}}"><u>Physicians</u></a></li>
  9. <li class="breadcrumb-item active" aria-current="page">Practice Support</li>
  10. </ol>
  11. </nav>
  12. </div>
  13. </div>
  14. <div class="py-5">
  15. <div class="container py-lg-4">
  16. <div class="row justify-content-center">
  17. <div class="col-lg-7 text-center">
  18. <h5 class="subtitle mb-4 text-pry">Your Home for Snyder HemBand Support</h5>
  19. <p>Check out our support documents for Snyder HemBand-trained physicians and staff. Whatever you need to support your practice in hemorrhoid banding, from clinical and staff training, symptom questionnaire forms, patient fliers, and more can be found here.</p>
  20. </div>
  21. </div>
  22. </div>
  23. </div>
  24. <div class="bg-light">
  25. <div class="container py-5">
  26. <div class="row justify-content-center">
  27. <div class="col-lg-8">
  28. <div class="p-xl-0">
  29. <div class="box-2">
  30. <div class="d-flex flex-column">
  31. <h5 class="header ">Training</h5>
  32. <p class="">Clinical and staff training, online and in-person.</p>
  33. <a href="{{route('physicians.practice-support-training')}}" class="text-white d-block mt-auto text-end">Learn more <i class="ms-1 fal fa-angle-right"></i> </a>
  34. </div>
  35. </div>
  36. <div class="row m-xl-0 box-container">
  37. <div class="col-xl-6 p-xl-0">
  38. <div class="box-3">
  39. <div class="d-flex flex-column">
  40. <h5 class="header ">Directory Listing</h5>
  41. <p>Add your practice to our online directory.</p>
  42. <a href="{{route('physicians.practice-support-directory')}}" class="text-white d-block mt-auto text-end">Learn more <i class="ms-1 fal fa-angle-right"></i> </a>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="col-xl-6 p-xl-0">
  47. <div class="box-4">
  48. <div class="d-flex flex-column">
  49. <h5 class="header ">Reimbursement Guide</h5>
  50. <p>Learn how to reimburse for rubber band ligation.</p>
  51. <a href="{{route('physicians.practice-support-reimbursement')}}" class="text-dark d-block mt-auto text-end">Learn more <i class="ms-1 fal fa-angle-right"></i> </a>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. </div>
  60. </div>
  61. @endsection