@extends('frontend.user_dashboard.layouts.app') @section('content')

Booking Property Detail

Property Information

@csrf



Installment List

@forelse ($installments as $key=>$installment) @empty @endforelse
# Installment Type Installment Amount Date
{{$key+1}} {{ucwords(str_replace('_',' ',$installment->amount_type))}} {{$installment->amount}} {{$installment->created_at}}

Nothing Found

@endsection