@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 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
{{ $performanceData->appends(request()->query())->links() }}
@endsection @section('scripts') @endsection