@extends(activeTemplate() .'layouts.user') @section('content')

@lang('Withdraw Preview')

@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('danger'))
{{ session()->get('danger') }}
@endif
@if ($errors->any()) @foreach ($errors->all() as $error)
{{$error}}
@endforeach @endif

@lang('Current Balance') : {{ formatter_money($withdraw->wallet->balance)}} {{ $general->cur_text }}

{{$general->cur_text }}
{{ $general->cur_text}}
{{ $withdraw->currency }}
{{ $general->cur_text }}
{!!$withdraw->method->description!!}
@endsection @section('script') @stop