Tables

@for (table of list | async; track table) {

{{ table.name }}

{{ table.guest }} {{ table.pax ?? 0 }} / {{ table.seats }} Seats @if (table.date) { {{ table.date }} } @if (table.amount) { {{ table.amount | currency: 'INR' }} }
}