@extends('layouts.user') @section('title', 'Email Templates') @section('content')

Email Templates

Create New Template
@forelse($templates as $template) @empty @endforelse
Name Subject Last Updated Actions
{{ $template->name }}
{{ $template->subject }}
{{ $template->updated_at->format('M d, Y') }}
@csrf @method('DELETE')
No email templates found. Create one to get started.
@endsection