@extends('design_1.web.layouts.app') @push("styles_top") @endpush @section("content")

{{ trans('update.select_an_installment_plan') }}

{{ trans('update.please_select_an_installment_plan_in_order_to_finalize_your_purchase') }}

{{-- Installment Overview --}} @include("design_1.web.installments.plans.overview") @foreach($installments as $installmentRow) @include('design_1.web.installments.includes.card',[ 'installment' => $installmentRow, 'itemPrice' => $itemPrice, 'itemId' => $itemId, 'itemType' => $itemType, 'className' => ($loop->first ? 'mt-28' : '') ]) @endforeach
@endsection @push("scripts_bottom") @endpush