@php $admin_email_templates = getEcommerceEmailTemplates(); $html_array = []; @endphp @extends('core::base.layouts.master') @section('title') {{ translate('Email Templates') }} @endsection @section('custom_css') @endsection @section('main_content')
| {{ translate('No.') }} | {{ translate('Template') }} | {{ translate('Details') }} | {{ translate('Actions') }} |
|---|---|---|---|
| {{ $count + 1 }} | {{ $template['name'] }} | {{ $template['details'] }} |