{{-- Note Start --}}
@lang('common.view_note')
×
{{-- Note End --}} {{-- Reject Note Start --}}
@lang('common.view_reject_note')
×
{{-- Reject Note End --}} {{-- File View and Download Modal Start --}}
@lang('common.view_file')
×
@if (isset($status) && $status =='approve') @if(userPermission("wallet.approve-diposit"))
@lang('common.download')
@endif @endif @if (isset($status) && $status =='reject') @if(userPermission("wallet.download"))
@lang('common.download')
@endif @endif @if (isset($status) && $status =='pending') @if(userPermission("wallet.download"))
@lang('common.download')
@endif @endif
{{-- File View and Download Modal End --}} {{-- Status Modal Start --}} @if (isset($status) && $status =='pending') {{-- Approve Modal Start --}}
@lang('wallet::wallet.approve') @lang('wallet::wallet.payment')
×
@lang('wallet::wallet.are_you_sure_to_approve')
@lang('common.cancel')
{{ Form::open(['method' => 'POST','route' =>'wallet.approve-payment']) }}
@lang('wallet::wallet.approve')
{{ Form::close() }}
{{-- Approve Modal End --}} {{-- Reject Modal Start --}}
@lang('wallet::wallet.reject') @lang('wallet::wallet.payment')
×
@lang('wallet::wallet.are_you_sure_to_reject')
{{ Form::open(['route' => 'wallet.reject-payment', 'method' => 'POST']) }}
@lang('wallet::wallet.reject_note')
@lang('common.close')
@lang('common.submit')
{{ Form::close() }}
{{-- Reject Modal End --}} @endif {{-- Status Modal End --}} @include('backEnd.partials.data_table_js') @include('backEnd.partials.server_side_datatable') @section('script') @endsection