@extends('layouts.app') @section('title', 'Settings - Tiqkets') @section('page-title', 'Settings') @section('content')
Turn ON/OFF live wait-time tracking.
Restaurant announcements/music play through speakers.
Show queue status on TV screen.
Manage up to 5 notification contacts for queue monitoring, reports, and alerts. Configure when and how your team gets notified about restaurant operations.
| S. No. | Contact Name | Number | Alert Types | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $contact->name }} | {{ $contact->phone }} | @foreach ($contact->alert_types as $alertType) {{ $alertType }} @endforeach |