@extends('admin.includes.base') @section('content')
| Event ID | Receipt ID | Description | Operator | Amount | Cardholder Name | Cardholder Email | Sent Status | Created On | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ getEvent($cat->event_id) }} | {{ $cat->receipt_no }} | {{ $cat->description }} | {{ $cat->operator }} | {{ $cat->amount }} | {{ $cat->cardholder_name }} | {{ $cat->cardholder_email }} | @if($cat->is_sent=='1') Sent @else Not Sent @endif | {{ date('d/m/Y h:i A',strtotime($cat->txt_date)) }} |