@extends('backend.layouts.master') @section('title', __('static.withdraw.serviceman_withdraw_requests')) @section('content') @use('app\Helpers\Helpers') @cannot('backend.serviceman_withdraw_request.action')
@error('balance') {{ $message }} @enderror
{{ __('static.wallet.pending_balance') }}
@endcan
{{ __('static.withdraw.serviceman_withdraw_requests') }}
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush