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

{{ _lang('Update Withdraw Method') }}

{{ csrf_field()}}
%
{{ _lang('Withdrawn Informations') }}

@if($withdrawmethod->requirements) @foreach($withdrawmethod->requirements as $requirement)
@endforeach @endif
@endsection @section('js-script') @endsection