@include('front.landing-pages.medications.payment-header')

Payment Details

@guest
@endguest
@if (Session::has('plan') && Session::get('plan')['hasInsurance'] == 'yes')

Insurance Information

{{-- --}}
@endif
@include('front.landing-pages.medications.payment-next-steps')