@extends('layouts.master') @section('title') Performance Report @endsection @section('css') @endsection @section('content')

Performance Report

Export Report
Reset
{{-- --}} @forelse($performanceData as $index => $data) @empty @endforelse
S.No DateTenantTenant 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
{{ $performanceData->appends(request()->query())->links('pagination::bootstrap-5')}}
@endsection @section('scripts') @endsection