@extends('layouts.app') @section('title', 'Dine-In Report - Tiqkets') @section('page-title', 'Dine-In Report') @section('header-action') @endsection @section('content')
| Date | Branch Code | Branch Name | Scaned Entries | Manual Entries | RESERVATION Entries | CANCELLED | TOTAL Entries |
|---|---|---|---|---|---|---|---|
| {{ $data['date'] }} | {{ $data['branch_id'] }} | {{ $data['branch_name'] }} | {{ (int) $data['walk_ins'] }} | {{ (int) $data['manual_entries'] }} | {{ (int) $data['reserved'] }} | {{ (int) $data['cancelled'] }} | {{ (int) ($data['walk_ins'] + (int) $data['manual_entries'] + (int) $data['reserved']) + (int) $data['cancelled'] }} |
No performance data available for the selected filters.