@extends('layouts.app') @section('content') {{-- BACKGROUND --}}
{{-- BACK BUTTON --}} Back to Finance

Settle Balance

Booking #{{ $booking->bookingID }} • {{ $booking->vehicle->model }}

{{-- LEFT: BREAKDOWN --}}

Payment Breakdown

{{-- Total Cost --}}

Total Booking Cost

{{ $booking->days }} Days Rental + Deposit

MYR {{ number_format($booking->totalCost, 2) }}

{{-- Already Paid --}}

Amount Paid

Deposit / Partial Payments

- MYR {{ number_format($totalPaid, 2) }}

{{-- Divider --}}
{{-- Balance Due --}}

Remaining Balance

MYR {{ number_format($balance, 2) }}

{{-- RIGHT: PAYMENT FORM --}}
@csrf
QR Code

Pay To: HASTA Rental

8821 3491 0022

{{-- Upload --}}

@endsection