@extends('admin.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.Store Payout Request')}}


@if(count($total_earnings)>0) @php $i=1; @endphp @foreach($total_earnings as $total_earning) @if($total_earning->paid != NULL) @else @endif @if($total_earning->paid != NULL) @else @endif @php $i++; @endphp @endforeach @else @for ($i = 1; $i < 9; $i++) @endfor @endif
# {{ __('keywords.Store')}} {{ __('keywords.Address')}} {{ __('keywords.Total Revenue')}} {{ __('keywords.Bank Account Details')}} {{ __('keywords.Already Paid')}} {{ __('keywords.Pending Balance')}} {{ __('keywords.Amount')}} {{ __('keywords.Action')}}
{{$i}} {{$total_earning->store_name}}

({{$total_earning->phone_number}})

{{$total_earning->address}} {{$total_earning->sumprice}} Bank- {{$total_earning->bank_name}}
Ac Holder- {{$total_earning->holder_name}}
Ac No.- {{$total_earning->ac_no}}
IFSC- {{$total_earning->ifsc}}
UPI - {{$total_earning->upi}}
{{$total_earning->paid}}0{{$total_earning->sumprice - $total_earning->paid }}{{$total_earning->sumprice}}{{$total_earning->payout_amt}} @if($total_earning->sumprice <= $total_earning->paid ) Paid @else @endif
{{ __('keywords.No data found')}}

{{ $total_earnings->render("pagination::bootstrap-4") }}
@foreach($total_earnings as $total_earning) @endforeach @endsection @section('postload-section') {{-- You must include files that have no direct efect on the load of the page and can be loaded meanwhile other tasks can be performed by user--}} @endsection