@extends('layouts.app') @section('title', 'WhatsApp Templates') @push('style') @endpush @section('content') @php $routePrefix = strtolower(auth()->user()->role->name); $canManage = auth()->user()->hasPermissionName('whatsapp.templates.manage'); @endphp
No templates yet
@if($canManage) Create your first template to get started. Templates must be approved by Meta before use. @else No approved templates available. Contact your company admin to add templates. @endif