@if(Session::has('success'))
Success : {{ Session::get('success') }}
@endif
All Withdraw Method
Add New Method
#SL | Method Name | Rate | Action |
---|---|---|---|
{{ $i}} | {{ $curr->name}} | {{ $curr->rate}} USD | Edit {!! Form::open(['route'=>['method-destroy',$curr->id],'method'=>'DELETE']) !!} {!! Form::submit('Delete',['class'=>'btn btn-danger pull-right', 'onclick'=>'return confirm("Are You Sure..!");', 'style'=>'margin-top: -35px']) !!} {!! Form::close() !!} |