<turbo-stream action="update" target="provider_detail_tab_slot"><template><turbo-stream action="update" target="provider_detail_tab_slot">
  <template>
    <div class="px-4 py-5 sm:p-6 bg-white shadow rounded-lg">
      <h2 class="text-2xl font-bold text-gray-800 mb-6">Financial Information</h2>
      
      <!-- Main container with responsive grid -->
      <div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
        
        <!-- Left column -->
        <div class="space-y-6">
          <!-- Published Undergraduate Tuition & Fees -->
          <div class="bg-gray-50 p-4 rounded-lg shadow-sm">
            <h3 class="text-lg font-semibold text-gray-700 border-b border-gray-200 pb-2 mb-4">
              Published Undergraduate Tuition & Fees
            </h3>
            <div class="space-y-3">
            </div>
          </div>
        </div>
        
        <!-- Right column -->
        <div class="space-y-6">
          <!-- Published Graduate Tuition & Fees -->
          <div class="bg-gray-50 p-4 rounded-lg shadow-sm">
            <h3 class="text-lg font-semibold text-gray-700 border-b border-gray-200 pb-2 mb-4">
              Published Graduate Tuition & Fees
            </h3>
            <div class="space-y-3">
            </div>
          </div>
          
          <!-- Other Information -->
          <div class="bg-gray-50 p-4 rounded-lg shadow-sm">
            <h3 class="text-lg font-semibold text-gray-700 border-b border-gray-200 pb-2 mb-4">
              Other Information
            </h3>
            <div class="space-y-3">

                <div class="py-2">
    <div class="flex flex-col sm:flex-row sm:justify-between">
      <span class="text-sm font-medium text-gray-500">Admissions Rate:</span>
      <span class="text-sm text-gray-800 font-semibold mt-1 sm:mt-0">Not Reported</span>
    </div>
</div>

              <div class="pt-2">
                <p class="text-sm font-medium text-gray-500">Comment:</p>
                <p class="text-sm text-gray-800 mt-1 sm:mt-0 mb-4">The tuition rates displayed  represent the published rates for our programs. However, the actual cost you may incur can vary based on your individual circumstances such as previous college credit, degree choice, pace, and modality.</p>
                <p class="text-sm text-gray-800 mt-1 sm:mt-0">To obtain a personalized estimate tailored to your needs, please schedule a call with one of our advisors.</p>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </template>
</turbo-stream>
</template></turbo-stream><turbo-stream action="update" target="provider-nav"><template><a class="group px-4 py-2 text-center text-base font-semibold text-[#005850]" data-turbo-frame="provider_detail_tab_slot" data-turbo-stream="true" href="/providers/2786/about">
  <span class="relative inline-block">
    About
    <span class="absolute -bottom-2 left-0 h-1 w-full bg-[#005850] transition-all duration-200 ease-in-out
                 opacity-0 scale-x-0 group-hover:scale-x-100">
    </span>
  </span>
</a>
<a class="group px-4 py-2 text-center text-base font-semibold text-[#005850]" data-turbo-frame="provider_detail_tab_slot" data-turbo-stream="true" href="/providers/2786/admission">
  <span class="relative inline-block">
    Admission & Cost
    <span class="absolute -bottom-2 left-0 h-1 w-full bg-[#005850] transition-all duration-200 ease-in-out
                 opacity-100 scale-x-100">
    </span>
  </span>
</a>
<a class="group px-4 py-2 text-center text-base font-semibold text-[#005850]" data-turbo-frame="provider_detail_tab_slot" data-turbo-stream="true" href="/providers/2786/programs">
  <span class="relative inline-block">
    Programs
    <span class="absolute -bottom-2 left-0 h-1 w-full bg-[#005850] transition-all duration-200 ease-in-out
                 opacity-0 scale-x-0 group-hover:scale-x-100">
    </span>
  </span>
</a></template></turbo-stream>