@extends('layouts.paymentLayout') @section('head') {{trans('user.wallet')}} @endsection @section('content')
{{trans('user.delegationName')}} : {{$user->name}}
{{trans('user.amountAccount')}} : {{ceil(abs($user->balance))}} {{setting('site_currency_'.$language)}}