@extends('layouts.app') @section('content') @php($range = ['date_from' => $from->toDateString(), 'date_to' => $to->toDateString()])
| Ticket | Visitor | CNIC | Phone | Class | Amount | Status | Date |
|---|---|---|---|---|---|---|---|
| {{ $t->ticket_number }} | {{ $t->visitor_name ?: '-' }} | {{ $t->visitor_cnic ?: '-' }} | {{ $t->visitor_phone ?: '-' }} | {{ $t->category->code }} | Rs. {{ number_format($t->amount) }} | {{ strtoupper($t->status) }} | {{ $t->issued_at->format('d M Y h:i A') }} |
| Member no | Name | CNIC | Plan | Valid till |
|---|---|---|---|---|
| {{ $m->membership_number }} | {{ $m->name }} | {{ $m->cnic }} | {{ $m->category->code }} | {{ $m->expiry_date->format('d M Y') }} |
| Type | Description | Amount | Paid |
|---|---|---|---|
| {{ $t->type }} | {{ $t->description }} | Rs. {{ number_format($t->amount) }} | {{ $t->paid_at->format('d M Y h:i A') }} |
| Status | Message | Gate | Time |
|---|---|---|---|
| {{ $e->status }} | {{ $e->message }} | {{ $e->gate_name }} | {{ $e->entry_time->format('d M Y h:i A') }} |
| Action | Description | IP | Time |
|---|---|---|---|
| {{ $a->action }} | {{ $a->description }} | {{ $a->ip_address }} | {{ $a->created_at->format('d M Y h:i A') }} |