@extends('template.coin.layouts.base') @section('title', __('Withdraw Fund')) @section('css') @endsection @section('content')

Withdraw Funds

Select from withdraw options below

Withdraw funds from your account directly.

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

{{Session::get('errmessage')}}

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

{{Session::get('sucmessage')}}

@endif
@csrf

@endsection @section('modals') @endsection @section('js') @endsection