@extends('admin.layout.app') @section ('content')
| # | {{ __('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}} |
@if($total_earning->paid != NULL)
{{$total_earning->paid}} | @else0 | @endif @if($total_earning->paid != NULL){{$total_earning->sumprice - $total_earning->paid }} | @else{{$total_earning->sumprice}} | @endif{{$total_earning->payout_amt}} | @if($total_earning->sumprice <= $total_earning->paid ) Paid @else @endif |
| {{ __('keywords.No data found')}} | @for ($i = 1; $i < 9; $i++) @endfor