@extends('admin.layouts.app') @section('title', t('admin.whatsapp.title')) @section('page_title', t('admin.whatsapp.title')) @section('content')
{{ t('admin.whatsapp.no_templates') }}
@else| {{ t('admin.whatsapp.key') }} | {{ t('admin.whatsapp.meta_name') }} | {{ t('admin.whatsapp.locale') }} | {{ t('admin.whatsapp.active') }} |
|---|---|---|---|
| {{ $tpl->key }} | {{ $tpl->meta_template_name }} | {{ $tpl->locale_code }} | @if($tpl->is_active) ✓ @else ✗ @endif |