@extends('layouts/contentLayoutMaster') @section('title', 'Wallet') @section('page-style') @endsection @section('content')

{{ __('locale.wallet') }}

{{ __('locale.your_balance') }}
{{number_format($userBalance->balance, 0, ',', '.')}} {{ __('locale.point') }}
* 1 {{ __('locale.point') }} = 1 Rupiah
{{ __('locale.withdraw') }} {{ __('locale.add_bank') }}
{{ __('locale.history_balance') }}

    id}}>
@endsection @section('vendor-script') @endsection @section('page-script') {{-- Page js files --}} @endsection