@extends('template.coin.layouts.base') @section('title', __('Withdrawal')) @section('css') @section('content')
@csrf

Withdraw from your account

@if(Session::has('errmessage')) @endif

Select account to withdraw from.

@endsection @section('scripts') @endsection