@extends('store.layout.app') @section ('content')
@if (session()->has('success'))
@if(is_array(session()->get('success')))
    @foreach (session()->get('success') as $message)
  • {{ $message }}
  • @endforeach
@else {{ session()->get('success') }} @endif
@endif @if (count($errors) > 0) @if($errors->any()) @endif @endif

{{ __('keywords.Incentive')}} {{ __('keywords.Payouts')}}


@if(count($total_earnings)>0) @php $i=1; @endphp @foreach($total_earnings as $total_earning) @php $i++; @endphp @endforeach @else @endif
# {{ __('keywords.Delivery Boy')}} {{ __('keywords.Address')}} {{ __('keywords.Bank/UPI')}} {{ __('keywords.Total Incentive')}} {{ __('keywords.Paid Incentive')}} {{ __('keywords.Pending Incentive')}} {{ __('keywords.Action')}}
{{$i}} {{$total_earning->boy_name}}

({{$total_earning->boy_phone}})

{{$total_earning->boy_loc}} @if($total_earning->holder_name != NULL){{ __('keywords.A/C Holder')}} : {{$total_earning->holder_name}},
@endif @if($total_earning->ac_no != NULL){{ __('keywords.A/C No.')}} :{{$total_earning->ac_no}},
@endif @if($total_earning->bank_name != NULL){{ __('keywords.Bank Name')}} :{{$total_earning->bank_name}},
@endif @if($total_earning->ifsc != NULL){{ __('keywords.IFSC')}} :{{$total_earning->ifsc}},
@endif @if($total_earning->upi != NULL){{ __('keywords.UPI')}} : {{$total_earning->upi}}@endif
{{$total_earning->earned_till_now}} {{$total_earning->paid_till_now}} {{$total_earning->{{ __('keywords.Remaining')}}}} @if($total_earning->{{ __('keywords.Remaining')}} == 0) Paid @else @endif
{{ __('keywords.No data found')}}

{{ $total_earnings->links("pagination::bootstrap-4") }}
@foreach($total_earnings as $total_earning) @endforeach
@endsection