@extends('vendor.includes.master-vendor') @section('content')

Withdraw Now

@if(Session::has('message'))
× {{ Session::get('message') }}
@endif @if(Session::has('error'))
× {{ Session::get('error') }}
@endif
{{ csrf_field() }}
@if($settings[0]->withdraw_fee > 0) Withdraw Fee ${{ $settings[0]->withdraw_fee }} will deduct from your account. @endif
@stop @section('footer') @stop