Running Tables
@for (table of list; track table) {
{{ table.name }}
{{ table.guest }}
{{ table.pax ?? '-' }} / {{ table.seats }} / {{ table.section?.name }}
@if (table.date) {
{{ table.date }}
}
@if (table.amount) {
{{ table.amount | currency: 'INR' }}
}
}
Open Bill