@extends('layouts.app') @section('content')
{{-- Breadcrumb --}} {{-- Page Header --}}

Send WABA {{ $template->count() }} template(s)

Select a template below and send a WhatsApp Business message to all registered users.

{{-- Alerts --}} @include('errors') @if(session('success')) @endif @if(session('error')) @endif {{-- Templates Table --}}
@forelse($template as $index => $row) @php $code = $row->code ?? $row->Code ?? ''; $var1 = $row->var1 ?? $row->Var1 ?? ''; $var2 = $row->var2 ?? $row->Var2 ?? ''; $var3 = $row->var3 ?? $row->Var3 ?? ''; @endphp @empty @endforelse
# Template Var1 Var2 Var3 Action
{{ $index + 1 }} {{ $code ?: '—' }} {{ $var1 ?: '—' }} {{ $var2 }} {{ $var3 }}
@csrf

No push notification templates found.

@endsection