{{ __('SN') }} | {{ __('Email Template') }} | {{ __('Subject') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$index }} | {{ ucwords(str_replace('_',' ',$item->name)) }} | {{ $item->subject }} |
|
@extends('admin.master_layout') @section('title')
{{ __('SN') }} | {{ __('Email Template') }} | {{ __('Subject') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$index }} | {{ ucwords(str_replace('_',' ',$item->name)) }} | {{ $item->subject }} |
|