@extends('layouts.app') @section('title', 'Settings - Tiqkets') @section('page-title', 'Settings') @section('content')

Restaurant Settings

wait_time_enabled ? 'checked' : '' }}>

Turn ON/OFF live wait-time tracking.

audio_enabled ? 'checked' : '' }}>

Restaurant announcements/music play through speakers.

tv_display_enabled ? 'checked' : '' }}>

Show queue status on TV screen.

Notification Setup

Manage up to 5 notification contacts for queue monitoring, reports, and alerts. Configure when and how your team gets notified about restaurant operations.

@foreach ($notificationContacts as $index => $contact) @endforeach
S. No. Contact Name Number Alert Types Actions
{{ $index + 1 }} {{ $contact->name }} {{ $contact->phone }} @foreach ($contact->alert_types as $alertType) {{ $alertType }} @endforeach
@endsection @push('styles') @endpush @push('scripts') @endpush