@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 {{ __('locale.point') }} Bank @foreach($userBank as $data) {{ $data['bank_name'] }} - {{ $data['account_no'] }} - {{ $data['account_name'] }} @endforeach {{ __('locale.send') }} @endsection @section('page-script') {{-- Page js files --}} @endsection