@extends($theme.'frontend.layouts.master') @section('title',__('Transfer Your Balance')) @section('content')
@csrf

{{__('Share your Balance with Other User')}}

{{$general->bal_trans_percentage_charge}}% {{__('Transfer Charge will Applied and transferred Fund will go to Secondary Balance.')}}

{{$general->bal_trans_fixed_charge}} {{$general->currency}} {{__('fixed transfer Charge will Applied and transferred Fund will go to Secondary Balance.')}}


@endsection @section('script') @endsection