@extends('layouts.back-end.app-seller')
@section('title', translate('withdraw_Request'))
@push('css_or_js')
@endpush
@section('content')
{{translate('withdraw_Request')}}
{{ translate('withdraw_Request_Table')}}
{{ $withdrawRequests->total() }}
@include('vendor-views.delivery-man.withdraw._table')
@endsection
@push('script_2')
@endpush