@extends('admin.layout.app') @section ('content')
| # | {{ __('keywords.Store')}} | {{ __('keywords.Address')}} | {{ __('keywords.Total Revenue')}} | {{ __('keywords.Already Paid')}} | {{ __('keywords.Pending Balance')}} | ||
|---|---|---|---|---|---|---|---|
| {{$i}} | {{$total_earning->store_name}} ({{$total_earning->phone_number}}) |
{{$total_earning->address}} | {{round($total_earning->sumprice,2)}} | @if($total_earning->paid != NULL){{round($total_earning->paid,2)}} | @else0 | @endif @if($total_earning->paid != NULL){{round(($total_earning->sumprice - $total_earning->paid),2) }} | @else{{round($total_earning->sumprice,2)}} | @endif
| {{ __('keywords.No data found')}} | @for ($i = 1; $i < 6; $i++) @endfor