@extends('layouts.dashboard') @section('title', 'Email Templates') @section('content')
S/N | Title | Subject | From Email | Body | Actions |
---|---|---|---|---|---|
{{ $emailTemplates->firstItem() + $loop->index }} | {{ $template->title }} | {{ $template->subject }} | {{ $template->from_email }} | {!! nl2br(e($template->body)) !!} |