{{-- Extends layout --}} @extends('index') {{-- Content --}} @section('content')

Monthly Allowance Report

Date Item Total(RM) Withdrawal Charges (RM) Cash Wallet (RM) Digital Share (Unit) Actions
{{ date('01/m/Y 00:00', strtotime($next)) }} Monthly Allowance {{ $current_month }} {{ formatMoney($monthly_allowance,1) }} -{{ formatMoney($service_charge,1) }} {{ formatMoney($cash * 0.50 - $service_charge,1) }} {{ token_formatMoney($token,1) }}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection