@extends('layouts.app') @section('title', 'Performance Report - Tiqkets') @section('page-title', 'Performance Report') @section('header-action') @endsection @section('content')
@if(count($tableData) > 0)
@foreach($tableData as $data) @endforeach
Date Branch ID Branch Name Walkins Manual Entries Cancelled
{{ $data['date'] }} {{ $data['branch_id'] }} {{ $data['branch_name'] }} {{ $data['walk_ins'] }} {{ $data['manual_entries'] }} {{ $data['cancelled'] }}
@else
No Data Found

No performance data available for the selected filters.

@endif
@endsection @push('styles') @endpush @push('scripts') @endpush