@extends('layouts.master') @section('title') Performance Report @endsection @section('css') @endsection @section('content')
| S.No | Date | {{--Tenant | --}}Tenant | Branch | Scanned Entries | Manual Entries | Reservation | Cancelled |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($performanceData->currentPage() - 1) * $performanceData->perPage() }} | {{ $data['date'] }} | {{ $data['tenant_name'] ?? 'N/A' }} | {{ $data['branch_name'] ?? 'N/A' }} | {{ $data['walk_ins'] }} | {{ $data['manual_entries'] }} | {{ $data['reserved'] }} | {{ $data['cancelled'] }} | |
| No performance records found | ||||||||