@extends('backend.layout.master') @section('title', __('Withdraw Requests')) @section('style') @endsection @section('content')

{{ __('Withdraw Requests') }}

@include('wallet::admin.withdraw.search-result')
@endsection @section('script') @endsection