@extends('admin.layouts.app') @section('title',get_setting('site_name').' Cash Withdraw') @section('content')
{{__('Cash Withdraw')}}
@csrf
@if ($errors->has('withdraw_amount')) {{ $errors->first('withdraw_amount') }} @endif
@if ($errors->has('withdraw_reference')) {{ $errors->first('withdraw_reference') }} @endif
@endsection