@extends(activeTemplate() .'layouts.user') @section('content') @include(activeTemplate().'partials.breadcrumb')
@include(activeTemplate().'partials.sidebar')
{{__($page_title)}}
@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!!}
@csrf @foreach(json_decode($withdraw->detail) as $k=> $value)
@endforeach
@endsection @section('load-js') @stop @section('script') @stop