@php( $headerOption = \App\Http\Controllers\Controller::getHeaderOptions( $title ?? '', $subTitle ?? '', isset($filters) ? $filters : [], isset($advancedFilters) ? $advancedFilters : [] ) ) @php($headingOptions = [ '
| Card Type | Total | Transactions | |
|---|---|---|---|
|
{{-- Phase 2 GAP-3.2: Bootstrap form-switch --}}
|
{{-- Phase 2 GAP-3.3: Card brand logos --}}
{!! \App\Helpers\Helper::cardImgTag($cardTypeData->card_type, 'img-fluid me-1', 'height:22px') !!} {{ strtoupper($cardTypeData->card_type) }} | ${{ number_format($cardTypeData->total_amount, 2) }} | {{ number_format($cardTypeData->total_count) }} |
| Total | ${{ isset($cardTypesSummery) ? number_format(collect($cardTypesSummery)->sum('total_amount'), 2) : '0.00' }} | {{ isset($cardTypesSummery) ? number_format(collect($cardTypesSummery)->sum('total_count')) : '0' }} | |
| No data available | |||