@extends('layouts.admin', ['title' => 'Email Templates']) @section('admin-content')

Email templates

@csrf

Template library

@foreach ($templates as $template)
{{ $template->name }}
{{ $template->subject }}
{{ $template->slug }}
@endforeach
{{ $templates->links() }}
@endsection