@extends($activeTemplate.'layouts.master') @section('content') @if($isHoliday) @push('style') @endpush @endif

@lang('Withdraw Funds')

@lang('The fund will be withdrawal only from Interest Wallet. So make sure that you\'ve sufficient balance to the interest wallet. ')

@if($isHoliday && !$general->holiday_withdraw)

@lang('Next Working Day')

@else
@csrf
{{ $general->cur_text }}
  • @lang('Limit') 0 {{__($general->cur_text)}} - 0 {{__($general->cur_text)}}
  • @lang('Charge') 0 {{__($general->cur_text)}}
  • @lang('Receivable') 0 {{__($general->cur_text)}}
  • @lang('In') 0
@endif
@endsection @push('script') @endpush