@extends('backend.layouts.master') @section('content')
@include('backend.common-views.messages')
Home
Whatsapp Template
Whatsapp Template List
Add New Template
@php $i=0; @endphp @foreach ($templates as $template) @endforeach
SR No
Template Value
Template Name
Action
{{++$i}}
{{$template->templateValue}}
{{$template->templateDisplayValue}}
@endsection @push('js') @endpush