@extends('layouts.admin') @section('title', 'Transaction Summary Report') @section('content-header', 'Transaction Summary Report') @section('content')
@if($status == 'succ')
Transaction Report Summary || {{ $fromDate }}->{{ $toDate }} || SUCCESS@elseif($status == 'all')Transaction Report Summary || {{ $fromDate }}->{{ $toDate }} || ALL@elseif($status == 'cann')Transaction Report Summary || {{ $fromDate }}->{{ $toDate }} || CANCELLED@endif |
||||||||||||||
Receipt No | Receipt Type | Date & Time | Sub Total (RM) | Media Type | Status | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$receipt[0]->BID}} | ||||||||||||||
{{ $detail->receipt_no }} | {{ $order }} | {{ $detail->c_dd }} | {{ $detail->sub_total}} | {{ $detail->media_type}} | @if($detail->cancel_flag == 1)CANCELLED | @elseSUCCEEDED | @endif @php $spending += $detail->sub_total; $count++; @endphp||||||||
Total Receipt | {{ $count}} |