@extends('backend.layout') @section('content')
| # | {{ __('Mail Type') }} | {{ __('Mail Subject') }} | {{ __('Action') }} |
|---|---|---|---|
| {{ $loop->iteration }} | @php $mailType = str_replace('_', ' ', $template->mail_type); @endphp {{ $mailType }} | {{ $template->mail_subject }} | {{ __('Edit') }} |