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

Bayaran Kompaun Kenderaan

{{ $kompaun->desc }}
Jenis Kenderaan: {{ $fees->desc }}
Nilai Kompaun: {{ $fees->amount }}
@endsection @section('pay-amount')
{{ number_format($fees->amount,2) }}
@endsection @section('button-block') @parent Kembali @endsection