@extends('frontend.layouts.frontend') @section('metaTitle', $page->metaTitle) @section('metaDescription', $page->metaDescription) @section('metaKeywords', $page->metaKeywords) @section('content')
@include('frontend.section.process-tab') @if($transaction->downPaymentAmount > 0)

Urbun (Uang Muka)

Anda diharuskan melakukan Urbun (Uang Muka) sebesar {{ getPriceNumber($transaction->downPaymentRate) }}%. Mohon lakukan pembayaran dalam waktu 1x24 jam sesuai instruksi.

@endif

Pilih Tenor Pembiayaan Syariah

@if($paymentAvailability) @include('frontend.transaction.part.period') @else @include('frontend.transaction.part.period-error') @endif
@include('frontend.section.loan-product-details')
@endsection @section('jsCustom') @js('/assets/frontend/js/transaction/select-period.js') @endsection