@extends($user['vendor'] == 1?'user.layout.balancelayout':'user.layout_user.chargelayout')
@if($user['vendor'] == 1)
@section('tab4','active')
@else
@section('tab3','active')
@endif
@section('tab')
{{{ trans('main.account_charge') }}}
@if($user['vendor'] == 1)
{{{ trans('main.withdrawable_amount') }}}
@endif
@endsection