@extends('layouts.app') @section('content')

{{ _lang('Withdraw Money') }}

{{ csrf_field() }}
@foreach($withdraw_method->requirements as $requirement)
@endforeach @if($withdraw_method->descriptions != '')
{!! xss_clean($withdraw_method->descriptions) !!}
@endif
@endsection