@extends('backend.layout') @section('content')
{{ Session::get('success') }}
FileName | Date Uploaded | CR Number | Business Name | Business Type | Sum Amount | Sum Points | Return Amount | QR Amount |
---|---|---|---|---|---|---|---|---|
{{$report->file_name}} | {{$report->date}} | {{$report->cr_number}} | {{$report->business_name}} | @if($report->purchase_type === 'giftcard') {{$report->purchase_type}} @elseif($report->purchase_type === 'cheque') {{$report->purchase_type}} @elseif($report->purchase_type === 'return') {{$report->purchase_type}} @else {{$report->purchase_type}} @endif | {{$report->total_sum}} | {{$report->total_points}} | {{$report->return_amount}} | {{$report->amount_in_qr}} |