@php
if(Session::has('locale')){
$locale = Session::get('locale', Config::get('app.locale'));
}else{
$locale = get_setting('DEFAULT_LANGUAGE','en');
}
@endphp
@merchant
{{translate('Balance')}} : {{currency_symbol().number_format(Auth::user()->wallet_balance,2)}}
@endmerchant