@extends('layouts.paybase') @section('form-name')
@endsection @section('pay-details')

Bayaran Rumah Rehat

{{ $unit->state->shortname }}
{{ $unit->unit }},
{{ $unit->location }}
Harga per malam: {{ $unit->ppnight }}
Bilangan malam: {{ $bilangan }}
@endsection @section('pay-amount')
{{ number_format($nilai,2) }}
@endsection @section('button-block') @parent Kembali @endsection