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