@extends($activeTemplate.'layouts.master') @section('content')

@lang('Withdraw Confirmation')

@lang('Provide the below information and re-check the information before submitting. The withdrawal amount will be sent to the given information.')

@lang('So you\'ve to ensure that the information is correct. Otherwise, the authority will not be responsible for any economic loss.')

@lang('The processing may take some time. Once the amount sends, the system\'s admin will approve the request.')

@csrf
@php echo $withdraw->method->description; @endphp
@if(auth()->user()->ts)
@endif
@endsection