@extends('layouts.app') @section('PageHeading', 'Email Templates') @section('content')
@csrf
@foreach ($templates as $template)
{{ $template->email_slug }}
{{ strip_tags($template->email_subject) }}
@endforeach
@endsection