@extends('layouts.master') @section('title',trans('withdraw')) @section('header') @endsection @section('main')
{{trans('withdraw')}}

{{trans('auto withdraw to your wallet fee usdt',['fee' => 1])}}

{{trans('balance')}}: {{Auth::user()->balance}} {{trans('usdt')}}
@csrf
{{trans('usdt trc20')}}


@endsection @section('footer') @endsection