@extends('layouts.applicant-layout', ['pageTitle' => 'Applicant Home']) @section('main-content') Select Payment Preference @csrf Installment Type @foreach($installmentTypes as $type) id) selected @endif data-payment-details="{{ json_encode($type) }}">{{ $type->display_name }} @endforeach Total Amount Payment Now Balance Proceed @endsection @section('more-scripts') @endsection