@extends('layouts/contentLayoutMaster') @section('title', 'Withdraw') @section('content')

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

{{ __('locale.your_balance') }}
{{number_format($userBalance->balance, 0, ',', '.')}} {{ __('locale.point') }}
* 1 {{ __('locale.point') }} = 1 Rupiah
@endsection @section('page-script') {{-- Page js files --}} @endsection