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

Bayaran Kad Akses MARA (Staff)

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