@extends('layouts.master') @section('title') Performance Report @endsection @section('css') @endsection @section('content')
| S.No | Date | Tenant ID | Tenant | Branch | Walk-ins | Manual Entries | Cancelled | No-Show |
|---|---|---|---|---|---|---|---|---|
| {{ $performanceData->firstItem() + $index }} | {{ \Carbon\Carbon::parse($data->report_date)->format('d-m-Y') }} | {{ $data->tenant_id }} | {{ $data->tenant_name }} | {{ $data->branch_name }} | {{ $data->walkins }} | {{ $data->manual_entries }} | {{ $data->cancelled }} | {{ $data->no_show }} |
| No performance records found | ||||||||