@extends('backend.layouts.app') @section('head') @endsection @section('content')
{{translate('Affiliate Withdraw Request')}}
# {{translate('Date')}} {{translate('Name')}} {{translate('Email')}} {{translate('Amount')}} {{translate('Status')}}
@endsection @section('modal') {{-- --}} {{-- @if($status == 0)--}} {{-- @can('accept_affiliate_withdraw_requests')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endcan--}} {{-- @can('reject_affiliate_withdraw_request')--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endcan--}} {{-- @else--}} {{-- {{ translate('No Action Available')}}--}} {{-- @endif--}} {{-- --}} @endsection @section('script') {!! $datatable_script !!} @endsection