@extends('layouts.app') @section('title', 'WhatsApp Content - Tiqkets') @section('page-title', 'WhatsApp Content Management') @section('header-action')
| S. No | Message Type | Message Content | Status | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} |
{{ $template->template_name }}
{{ ucfirst($template->message_type) }}
|
@if($template->message_type === 'text')
@else
@if($template->message_content && Storage::disk('public')->exists($template->message_content))
{{ basename($template->message_content) }}
@else
Default {{ $template->message_type }}
@endif
@endif
|
@if($template->message_content !== $template->default_content) Modified @else Default @endif |
Edit
@if($template->message_content !== $template->default_content)
@else
@endif
|
|
No WhatsApp templates found. Default templates will be created automatically. |
||||
These templates are used for automated WhatsApp messages sent to customers for various booking events and notifications.