@extends('layouts.front') @section('content')
@include('includes.user.sidebar')

@lang('My Withdraws')

@lang('Withdraw Now')

@csrf

@lang('Withdraw Fee') {{ $sign->sign }}{{ $gs->withdraw_fee }} @lang('and') {{ $gs->withdraw_charge }}% @lang('will deduct from your account.')

@endsection @section('script') @endsection