@extends('layout') @section('h4-page', __('ReportPopularPayment')) @section('contents')
| # | {{__("PaymentChannel")}} | {{__("PaymentMethod")}} | {{__("TotalTransection")}} | {{__("Amount / Bath")}} |
|---|---|---|---|---|
| {{ $main->currentPage() > 1 ? $main->perPage() * $main->currentPage() - $main->perPage() + $key + 1 : $key + 1 }} | {{ $item->ch_payment }} | {{ $item->type }} | {{ $item->total_qty }} | {{ $item->total_price }} |
| {{__("NoDataFound")}} | ||||